-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.6 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.6 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "mnp",
"version": "1.2.1",
"description": "Create Packages From GitHub Templates. My New Package is an installer of new packages via GitHub templates: create a template and add an automated script to CLI questions, update files, access GitHub API and spawn commands during generation.",
"main": "types/index.js",
"bin": {
"mnp": "build/bin/mnp.js",
"mnp-dev": "src/bin/index.js"
},
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec test/mask -t 20000",
"spec": "yarn t test/spec -t 20000",
"mask": "yarn t test/mask -t 20000",
"test-build": "yarn test -e test-build",
"test-watch": "yarn test -w",
"lint": "eslint .",
"stdlib": "depack src/stdlib -o stdlib/index.js -a -c -s",
"dev": "node src/bin",
"compile": "depack src/bin/mnp -o compile/bin -a -c -s --externs types/externs.js",
"start": "node build/bin/mnp",
"rec": "NODE_DEBUG=appshot appshot -T 23 -a Terminal -y 150 -f",
"doc": "doc -o README.md -n _mnp -d -a",
"wiki": "doc wiki -d -W wiki.git",
"b": "alamode src -o build -i bin/index.js,bin/.eslintrc -s --env build",
"d": "yarn-s d1",
"d1": "typal types/index.js -u",
"externs": "typal types/externs.js",
"build": "yarn-s b doc",
"args": "argufy types/arguments.xml -o src/bin/get-args.js"
},
"files": [
"build",
"types/index.js",
"src/bin/index.js",
"website",
"src/lib/api.js",
"stdlib"
],
"repository": {
"type": "git",
"url": "git://github.com/mnpjs/mnp.git"
},
"keywords": [
"template",
"github",
"scaffold",
"bootstrap",
"generator",
"node",
"node.js",
"nodejs",
"package"
],
"author": "Anton <anton@adc.sh>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mnpjs/mnp/issues"
},
"homepage": "https://www.artd.eco",
"devDependencies": {
"@artdeco/clean-stack": "^1.1.1",
"@rqt/aqt": "^1.4.0",
"@wrote/read-dir-structure": "^1.3.1",
"@wrote/wrote": "^1.2.3",
"africa": "^1.3.1",
"argufy": "^1.7.5",
"assert-diff": "2.0.3",
"bosom": "^2.0.0",
"depack": "^1.1.2",
"documentary": "^1.37.1",
"erte": "^1.2.0",
"eslint-config-artdeco": "1.0.1",
"indicatrix": "^1.4.1",
"mismatch": "^1.2.0",
"promto": "^1.2.0",
"reloquent": "^1.4.1",
"restream": "^3.7.4",
"rqt": "^4.0.0",
"spawncommand": "^2.2.0",
"temp-context": "^2.1.3",
"usually": "^1.2.0",
"wrote": "^1.4.0",
"yarn-s": "1.2.3",
"zoroaster": "^4.3.0"
},
"dependencies": {
"@mnpjs/licenses": "^1.0.0",
"@rqt/github": "^1.3.1",
"alamode": "^3.5.2"
}
}