-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.62 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "temples",
"version": "2.1.0",
"description": "Generate and insert code automatically",
"directories": {
"doc": "docs"
},
"bin": "./bin/run",
"scripts": {
"build": "tsc",
"test": "jest --verbose --watchAll",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -c tslint.json -p tsconfig.json"
},
"files": ["/bin", "/lib"],
"repository": {
"type": "git",
"url": "git+https://github.com/gvjacob/temples.git"
},
"keywords": [],
"author": "Gino Jacob <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/gvjacob/temples/issues"
},
"homepage": "https://github.com/gvjacob/temples#readme",
"devDependencies": {
"@types/faker": "^5.1.6",
"@types/jest": "^26.0.20",
"@types/listr": "^0.14.2",
"@types/lodash": "^4.14.168",
"@types/mock-fs": "^4.13.0",
"@types/yargs": "^16.0.0",
"faker": "^5.3.1",
"jest": "^26.6.3",
"mock-fs": "^4.13.0",
"prettier": "^2.2.1",
"ts-jest": "^26.5.1",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.1.3"
},
"dependencies": {
"@oclif/command": "^1.8.0",
"chalk": "^4.1.0",
"enquirer": "^2.3.6",
"handlebars": "^4.7.6",
"listr": "^0.14.3",
"lodash": "^4.17.20",
"runtypes": "^5.0.1",
"tslib": "^2.1.0",
"yaml": "^1.10.0",
"yargs": "^16.2.0"
},
"keywords": [
"cli",
"handlebars",
"template",
"generate",
"generator",
"boilerplate",
"yaml",
"temple",
"node",
"console",
"prompt",
"command-line"
]
}