-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.06 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
{
"name": "aiur",
"version": "0.11.0",
"description": "styleguide generator",
"main": "lib/index.js",
"bin": {
"aiur": "bin/aiur"
},
"scripts": {
"test": "npm run lint && npm run test:unit",
"test:unit": "mocha test/test_*.js",
"lint": "eslint --cache lib test && echo ✓"
},
"keywords": [],
"author": "Lucas Dohmen <[email protected]> (https://lucas.dohmen.io/)",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/faucet-pipeline/aiur.git"
},
"bugs": {
"url": "https://github.com/faucet-pipeline/aiur/issues"
},
"engines": {
"node": ">= 18"
},
"dependencies": {
"commonmark": "^0.31.2",
"faucet-pipeline-core": "^2.0.0",
"faucet-pipeline-js": "^3.0.0",
"faucet-pipeline-sass": "^1.7.0",
"faucet-pipeline-static": "^2.0.0",
"handlebars": "^4.7.7",
"metacolon": "^1.1.1",
"minimist": "^1.2.5",
"mkdirp": "^3.0.1",
"parse5": "^7.1.2",
"prismjs": "^1.26.0"
},
"devDependencies": {
"eslint-config-fnd": "^1.12.0",
"mocha": "^10.2.0",
"release-util-fnd": "^3.0.0",
"rimraf": "^6.0.1"
}
}