-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.28 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
{
"name": "@n4bb12/hem",
"version": "1.0.0",
"private": true,
"description": "Personal CLI for managing projects. Based on nehemiah.",
"keywords": [
"cli",
"configure",
"maintain",
"repo",
"scaffold",
"sync"
],
"homepage": "https://github.com/n4bb12/hem/blob/master/README.md",
"bugs": "https://github.com/n4bb12/hem/issues",
"repository": "github:n4bb12/hem",
"license": "ISC",
"author": "Abraham Schilling",
"files": [
"dist"
],
"main": "dist/cli.js",
"scripts": {
"build": "del-cli dist && tsc -p tsconfig.json",
"dev": "ts-node --files src/cli",
"lint": "tslint -c tslint.json -p tsconfig.json -t stylish --fix",
"sync": "yarn dev sync"
},
"dependencies": {
"chalk": "^2.4.2",
"change-case": "^3.1.0",
"clean-deep": "^3.0.2",
"js-beautify": "^1.10.0",
"lodash": "^4.17.11",
"minimist": "^1.2.0",
"nehemiah": "^1.0.6",
"sort-keys": "^4.0.0",
"sort-package-json": "^1.21.0"
},
"devDependencies": {
"@n4bb12/config-tslint": "^1.4.1",
"@types/chalk": "^2.2.0",
"@types/lodash": "^4.14.129",
"@types/minimist": "^1.2.0",
"del-cli": "^3.0.0",
"ts-node": "^8.1.0",
"tslint": "^5.16.0",
"typescript": "^3.4.5"
},
"$schema": "http://json.schemastore.org/package"
}