-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 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
{
"name": "@mnpjs/test-package-4",
"version": "0.0.0",
"description": "test-description",
"main": "build",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec",
"test-build": "ALAMODE_ENV=test-build yarn test",
"test-all": "yarn-s test test-build",
"test-watch": "yarn test -w",
"lint": "eslint .",
"doc": "NODE_DEBUG=doc doc documentary -o README.md",
"b": "alamode src -o build",
"build": "yarn-s b doc",
"rec": "NODE_DEBUG=appshot appshot -T 23 -a Terminal -y 150 -f",
"e": "node example",
"example/": "yarn e example/example.js"
},
"files": [
"build"
],
"repository": {
"type": "git",
"url": "git://github.com/mnpjs/test-package-4.git"
},
"keywords": [
"test-package-4",
"mnpjs"
],
"author": "Anton <anton@adc.sh>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mnpjs/test-package-4/issues"
},
"homepage": "https://github.com/mnpjs/test-package-4#readme",
"devDependencies": {
"alamode": "1.4.0",
"documentary": "1.11.0",
"eslint-config-artdeco": "1.0.1",
"yarn-s": "1.1.0",
"zoroaster": "3.0.0"
}
}