forked from lurchmath/lurch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1017 Bytes
/
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
{
"name": "lurch",
"version": "0.9.0",
"description": "Lurch",
"type": "module",
"devDependencies": {
"chai": "^4.3.7",
"coffeescript": "^2.7.0",
"esm": "^3.2.25",
"mocha": "^10.2.0",
"puppeteer": "^15.1.1",
"algebrite": "^1.4.0",
"chalk": "^5.3.0",
"fast-xml-parser": "^4.3.6",
"peggy": "^3.0.2",
"pegjs-backtrace": "^0.2.1",
"strip-ansi": "^7.0.1",
"chokidar": "^3.6.0"
},
"scripts": {
"core-test": "node core/src/database/generate.js && node --trace-warnings core/tests/all-in-puppeteer.js",
"build-db": "node core/src/database/generate.js",
"test-server": "node core/src/database/generate.js && node core/tests/test-server.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lurchmath/lurch.git"
},
"author": "Nathan Carter ([email protected])",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/lurchmath/lurch/issues"
},
"homepage": "https://github.com/lurchmath/lurch#readme"
}