-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
executable file
·57 lines (57 loc) · 1.33 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": "r2g",
"version": "0.2.011",
"description": "Semver-oriented TypeScript library skeleton.",
"main": "dist/index.js",
"bin": {
"r2g": "cli/r2g.sh",
"r2g_symlink": "cli/r2g_symlink.sh",
"r2g_get_project_root": "cli/r2g_get_project_root.js"
},
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"postinstall": "./assets/postinstall.sh",
"test": "suman test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ORESoftware/r2g.git"
},
"keywords": [
"typescript",
"library",
"skeleton",
"scaffold"
],
"author": "TODO Yo.Mama",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/ORESoftware/r2g/issues"
},
"homepage": "https://github.com/ORESoftware/r2g#readme",
"dependencies": {
"@oresoftware/deep.mixin": "0.0.107",
"@oresoftware/shell": "latest",
"async": "^2.6.1",
"chalk": "^2.4.1",
"clean-trace": "latest",
"dashdash": "^1.14.1",
"json-stdio": "latest",
"prepend-transform": "0.0.1016",
"residence": "latest",
"shortid": "^2.2.8"
},
"devDependencies": {
"@types/async": "^2.0.49",
"@types/node": "^9.6.2",
"@types/shortid": "0.0.29"
},
"r2g": {
"test": "echo 'this is great'"
},
"npp": {
"publishable": true
},
"b3val": 3
}