-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 960 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
{
"name": "@oresoftware/modify.json",
"version": "0.0.102",
"description": "Semver-oriented TypeScript library skeleton.",
"main": "dist/index.js",
"bin": {
"modify.json": "dist/cli.js",
"modify_json": "dist/cli.js"
},
"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/your-org/modify.json.git"
},
"keywords": [
"typescript",
"library",
"skeleton",
"scaffold"
],
"author": "TODO Yo.Mama",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/your-org/modify.json/issues"
},
"homepage": "https://github.com/your-org/modify.json#readme",
"dependencies": {
"clean-trace": "0.0.104",
"dashdash": "^1.14.1"
},
"devDependencies": {
"@types/core-js": "^0.9.46",
"@types/node": "^9.6.2"
}
}