forked from SugarCoatJS/sugarcoat
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.39 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
{
"name": "sugarcoat",
"version": "0.1.0",
"description": "",
"author": "Michael Smith <[email protected]> (https://spinda.net)",
"license": "MPL-2.0",
"homepage": "https://github.com/brave/sugarcoat#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/brave/sugarcoat.git"
},
"bugs": {
"url": "https://github.com/brave/sugarcoat/issues"
},
"keywords": [],
"bin": {
"sugarcoat": "cli.js"
},
"scripts": {
"cli": "node cli.js",
"record": "node record.js",
"check": "prettierx --check \"*.js\" \"**/*.js\"",
"fmt": "prettierx --write \"*.js\" \"**/*.js\""
},
"dependencies": {
"ajv": "^6.12.4",
"am": "^1.0.2",
"await-sleep": "^0.0.1",
"better-ajv-errors": "^1.2.0",
"commander": "^6.0.0",
"crypto-random-string": "^3.2.0",
"escodegen": "^1.14.3",
"esprima": "^4.0.1",
"fast-glob": "^3.2.4",
"fs-extra": "^9.0.1",
"graphology": "^0.17.1",
"graphology-graphml": "^0.5.2",
"graphology-types": "^0.24.7",
"handlebars": "^4.7.6",
"iterare": "^1.2.1",
"jsonlint": "git+https://github.com/zaach/jsonlint.git",
"line-column": "^1.0.2",
"lodash.groupby": "^4.6.0",
"lodash.sortby": "^4.7.0",
"puppeteer-core": "^1.19.0",
"sanitize-filename": "^1.6.3",
"tmp-promise": "^3.0.2",
"verror": "^1.10.0"
},
"devDependencies": {
"prettierx": "^0.8.0"
}
}