UNPKG

@postlight/node-typescript-starter-kit

Version:
43 lines (42 loc) 965 B
{ "name": "@postlight/node-typescript-starter-kit", "version": "1.2.3", "description": "NodeJS - TypeScript Starter Kit", "author": "Postlight", "contributors": [ "Jad Termsani <jad.termsani@postlight.com>", "Adam Pash <adam.pash@postlight.com>" ], "repository": { "type": "git", "url": "git+https://github.com/postlight/nodejs-typescript-kit.git" }, "homepage": "https://github.com/postlight/nodejs-typescript-kit#readme", "bugs": { "url": "https://github.com/postlight/nodejs-typescript-kit/issues" }, "main": "cli.js", "keywords": [ "NodeJS", "Node", "TypeScript", "Starter", "Kit", "ESLint", "ES6" ], "scripts": { "release": "standard-version" }, "license": "Apache-2.0", "dependencies": { "chalk": "^4.1.0", "edit-json-file": "^1.4.1" }, "bin": { "node-typescript-starter-kit": "./cli.js" }, "devDependencies": { "standard-version": "^9.0.0" } }