generated from idrinth-api-bench/project-defaults
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.73 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
54
55
56
57
58
59
{
"name": "@idrinth-api-bench/mindmap",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "npm run tsc && node tools/data.js",
"serve": "http-server ./dist -c-1 --proxy http://localhost:8080? --silent",
"start": "npm run build && npm run serve",
"spellcheck": "spellchecker",
"lint": "eslint . --ext .js,.ts,.cjs,.json,.tsx --report-unused-disable-directives --max-warnings 0",
"lint-fix": "eslint . --ext .js,.ts,.cjs,.json,.tsx --fix",
"lint-styles": "stylelint src/index.css",
"lint-css": "ilcd",
"knip": "knip",
"test": "c8 mocha test",
"tsc": "tsc -p tsconfig.json",
"validate": "node tools/validate.js"
},
"homepage": "https://idrinth-api-ben.ch",
"bugs": {
"url": "https://github.com/idrinth-api-bench/api-bench/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/idrinth-api-bench/mindmap.git"
},
"private": true,
"type": "module",
"dependencies": {
"@idrinth-api-bench/assets": "https://github.com/idrinth-api-bench/assets",
"css-simple-minifier": "^2.0.0",
"html-minifier": "^4.0.0",
"http-server": "^14.1.1",
"markmap-render": "^0.17.2",
"terser": "^5.36.0",
"yaml": "^2.6.0"
},
"devDependencies": {
"@idrinth/duplicate-style-check": "^1.1.0",
"@types/node": "^22.7.9",
"chai": "^5.1.1",
"eslint": "^9.14.0",
"knip": "^5.36.3",
"mocha": "^10.8.2",
"spellchecker-cli": "^7.0.0",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"typescript": "^5.5.3",
"c8": "^10.1.2",
"ts-node": "^10.9.2",
"@types/mocha": "^10.0.9",
"@types/chai": "^5.0.0",
"@napi-rs/image": "^1.9.2"
},
"engines": {
"node": ">=20"
},
"engineStrict": true
}