UNPKG

ts-packager

Version:
33 lines 743 B
{ "name": "ts-packager", "version": "1.1.0", "ts-project-version": "2.2.0", "description": "TypeScript npm packager", "bin": { "ts-packager": "./bin/index.js" }, "scripts": {}, "dependencies": { "command-line-args": "^5.2.0", "fs-extra": "^10.0.0", "ts-appconfig": "^1.2.0", "ts-async-bootstrap": "^2.1.0", "ts-error-handler": "^1.0.2", "ts-tiny-log": "^1.0.2" }, "repository": { "type": "git", "url": "git+https://github.com/statelessstudio/ts-packager.git" }, "bugs": { "url": "https://github.com/statelessstudio/ts-packager/issues" }, "homepage": "https://github.com/statelessstudio/ts-packager#readme", "keywords": [ "typescript", "npm", "packager" ], "main": "index.js", "types": "index.d.ts" }