-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.21 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
{
"name": "@lifeworldb/pts",
"version": "0.2.1",
"description": "Project Template Starter - pts is a base generator for javascript projects",
"main": "index.js",
"bin": {
"@lifeworldb/pts": "bin/pts",
"pts": "bin/pts"
},
"publishConfig": {
"access": "public"
},
"files": [
"bin/",
"modules/"
],
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/lifeworldb/pts.git"
},
"keywords": [
"base",
"generator",
"project",
"javascript"
],
"author": "lifeworldb",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/lifeworldb/pts/issues"
},
"homepage": "https://github.com/lifeworldb/pts#readme",
"dependencies": {
"chalk": "^3.0.0",
"clear": "^0.1.0",
"cli-block": "^1.1.2",
"commander": "^4.1.1",
"esm": "^3.2.25",
"execa": "^4.0.0",
"figlet": "^1.3.0",
"listr": "^0.14.3",
"lodash": "^4.17.15",
"node-emoji": "^1.10.0",
"prompts": "^2.3.1",
"simple-git": "^3.5.0"
}
}