{ "name": "snippets-ts", "version": "0.0.1", "description": "Private typescript snippets lib", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "publish": "npm build && npm publish", "publish:beta": "npm build && npm publish --tag beta", "publish:dryrun": "npm build && npm publish --dry-run" }, "repository": { "type": "git", "url": "git+https://git.harting.dev/vikingowl/snippets-ts.git" }, "keywords": [ "typescript", "library", "snippets" ], "bugs": { "url": "https://git.harting.dev/vikingowl/snippets-ts/issues" }, "author": "Christian Nachtigall ", "license": "MIT", "devDependencies": {}, "dependencies": { "typescript": "^4.6.3" } }