-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·57 lines (57 loc) · 1.36 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "npp",
"version": "0.0.1002",
"description": "Semver-oriented TypeScript library skeleton.",
"main": "dist/index.js",
"bin": {
"npp": "cli/npp.sh",
"npp_check_merge": "cli/npp_check_merge.sh",
"npp_install_json_stdio": "cli/npp_install_json_stdio.sh"
},
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"test": "suman test",
"postinstall": "./assets/postinstall.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ORESoftware/npp.git"
},
"keywords": [
"typescript",
"library",
"skeleton",
"scaffold"
],
"author": "Olegzandr V.D.",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/ORESoftware/npp/issues"
},
"homepage": "https://github.com/ORESoftware/npp#readme",
"dependencies": {
"ajv": "^6.5.1",
"async": "^2.6.1",
"chalk": "^2.4.1",
"cli-table": "^0.3.1",
"dashdash": "^1.14.1",
"inquirer": "^6.0.0",
"json-stdio": "latest",
"prepend-transform": "latest",
"residence": "0.0.212",
"semver": "^5.5.0",
"shortid": "^2.2.12"
},
"devDependencies": {
"@types/async": "^2.0.49",
"@types/cli-table": "^0.3.0",
"@types/core-js": "^0.9.46",
"@types/node": "^9.6.2",
"@types/semver": "^5.5.0",
"@types/shortid": "0.0.29"
},
"npp": {
"publishable": true
}
}