-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.14 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": "coros_dashboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "tsx src/index.ts",
"dev": "NODE_ENV=development nodemon --watch \"src/**\" --ext \"ts,json\" --exec \"tsx src/index.ts\"",
"dev_svg": "NODE_ENV=development nodemon --watch \"src/**\" --ext \"ts,json\" --exec \"tsx src/render_svg.ts\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "summerscar",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.12.12",
"dotenv": "^9.0.2",
"nodemon": "^2.0.7",
"tsx": "^4.10.5"
},
"dependencies": {
"@types/d3": "^7.4.3",
"@types/js-md5": "^0.7.2",
"@types/jsdom": "^21.1.6",
"@types/node-fetch": "^2.6.11",
"cheerio": "^1.0.0-rc.9",
"d3": "^7.9.0",
"dayjs": "^1.10.4",
"js-md5": "^0.7.3",
"jsdom": "^24.0.0",
"node-fetch": "^2.6.1"
},
"cspell": {
"version": "0.2",
"ignorePaths": [],
"dictionaryDefinitions": [],
"dictionaries": [],
"words": [
"accesstoken",
"analyse",
"coros",
"summerscar"
],
"ignoreWords": [],
"import": []
}
}