UNPKG

tsm-starter

Version:

Utility to generate Typescript nodejs modules.

43 lines (42 loc) 994 B
{ "name": "tsm-starter", "version": "1.1.0", "description": "Utility to generate Typescript nodejs modules.", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "wspecs/tsm-starter", "bin": { "tsm-starter": "bin/index.js" }, "scripts": { "build": "rm -rf dist && tsc && npm run readme", "readme": "node ./node_modules/.bin/node-readme", "test": "mocha ./dist/test/*.js" }, "keywords": [ "tsm", "starter", "tsm-starter" ], "author": { "name": "Wendly Saintil", "email": "wendlysaintil@gmail.com", "url": "https://twitter.com/wendlysaintil" }, "license": "MIT", "devDependencies": { "@types/chai": "^4.1.3", "@types/mocha": "^5.2.0", "@types/node": "^10.0.2", "chai": "^4.1.2", "mocha": "^5.1.1", "node-readme": "^0.1.9" }, "dependencies": { "commander": "^2.19.0", "dot-object": "^1.7.1", "great-logs": "0.0.4", "prompts": "^2.0.1", "shelljs": "^0.8.3" } }