36 lines
854 B
JSON
36 lines
854 B
JSON
{
|
|
"name": "vikingowls-ts-snippets",
|
|
"version": "0.0.2",
|
|
"description": "Vikingowls typescript snippets library",
|
|
"main": "./dist/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc",
|
|
"publish": "yarn run build && npm publish",
|
|
"publish-beta": "yarn run build && npm publish --tag beta"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.harting.dev/vikingowl/snippets-ts"
|
|
},
|
|
"bugs": {
|
|
"url": "https://git.harting.dev/vikingowl/snippets-ts/issues"
|
|
},
|
|
"keywords": [
|
|
"typescript",
|
|
"snippets",
|
|
"beta",
|
|
"library"
|
|
],
|
|
"author": "Christian Nachtigall <cw.nachtigall@gmail.com>",
|
|
"license": "MIT",
|
|
"types": "./dist/index.d.ts",
|
|
"packageManager": "yarn@3.2.0",
|
|
"dependencies": {
|
|
"typescript": "^4.6.3"
|
|
},
|
|
"files": [
|
|
"/dist"
|
|
]
|
|
}
|