forked from architect/arc.codes
-
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.49 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.49 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": "@architect/arc.codes",
"version": "3.6.20",
"scripts": {
"dist": "./scripts/dist.sh",
"spellcheck": "npx spellchecker --config ./scripts/spellcheckerrc.json",
"link-checker": "node ./scripts/link-checker.js | tap-arc",
"lint": "eslint src --fix",
"start": "sandbox",
"test:unit:frontend": "tape -r esm 'test/frontend/**/*.js' | tap-arc",
"test:unit:backend": "tape 'test/backend/**/*.js' | tap-arc",
"test": "npm run spellcheck && npm run lint && npm run test:unit:frontend && npm run test:unit:backend"
},
"dependencies": {
"@architect/asap": "^4.1.0",
"@architect/functions": "^4.0.0",
"@architect/inventory": "^2.1.1",
"@architect/package": "^7.1.1",
"@architect/syntaxes": "github:architect/syntaxes#v1.2.1",
"@toycode/markdown-it-class": "^1.2.4",
"esm": "^3.2.25",
"highlight.js": "^11.3.1",
"js-yaml": "^4.1.0",
"markdown-it": "^12.2.0",
"markdown-it-external-anchor": "^1.0.0",
"markdown-it-front-matter": "^0.2.3",
"markdown-it-toc-and-anchor": "^4.2.0",
"slugify": "^1.6.1"
},
"devDependencies": {
"@architect/architect": "^9.2.0",
"@architect/eslint-config": "^2.0.1",
"@architect/spellcheck-dictionary": "github:architect/spellcheck-dictionary",
"eslint": "^8.1.0",
"linkinator": "^2.14.5",
"spellchecker-cli": "^4.8.0",
"tap-arc": "^0.1.0",
"tape": "^5.3.1",
"tiny-json-http": "^7.3.1"
},
"eslintConfig": {
"extends": "@architect/eslint-config"
}
}