-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
42 lines (42 loc) · 965 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@postlight/node-typescript-starter-kit",
"version": "1.2.3",
"description": "NodeJS - TypeScript Starter Kit",
"author": "Postlight",
"contributors": [
"Jad Termsani <[email protected]>",
"Adam Pash <[email protected]>"
],
"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"
}
}