47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "vikingowls-ts-snippets",
|
|
"version": "0.0.6",
|
|
"description": "VikingOwls typescript snippets library",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"/dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"publish:lib": "npm run build && npm publish",
|
|
"publish:beta": "npm run build && npm publish --tag beta",
|
|
"publish:dryrun": "npm run build && npm publish --dry-run"
|
|
},
|
|
"author": "Christian Nachtigall <cw.nachtigall@gmail.com>",
|
|
"license": "MIT",
|
|
"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"
|
|
],
|
|
"exports": {
|
|
".": "./lib.index.js"
|
|
},
|
|
"dependencies": {
|
|
"typescript": "^4.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
|
"@typescript-eslint/parser": "^5.30.0",
|
|
"eslint": "^8.18.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"prettier": "^2.7.1",
|
|
"prettier-eslint": "^15.0.1"
|
|
}
|
|
}
|