-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 761 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 761 Bytes
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
{
"name": "cayley-graphs-yay",
"version": "0.0.1",
"description": ">uwu<",
"devDependencies": {
"@digitak/tsc-esm": "^3.1.4",
"@jest/globals": "^29.5.0",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"eslint": "^8.42.0",
"http-server": "^14.1.1",
"jest": "^29.5.0",
"nodemon": "^2.0.22",
"prelude-ts": "^1.0.6",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
},
"scripts": {
"watch-ts": "nodemon",
"build": "rimraf ./docs/js && tsc-esm",
"start": "npm run build && http-server docs -p 9999 -o ."
},
"author": "JuliaPoo",
"license": "ISC"
}