-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 728 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 728 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
{
"name": "septicycle",
"version": "1.1.16",
"description": "septicycle, checkpoint, I2sDay, MaxSecondSundayMedal and many more",
"main": "index.js",
"types": "septicycle.d.ts",
"type": "module",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"cv": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/PingHuskar/septicycle.git"
},
"author": "Chadin Chaipornpisuth",
"license": "MIT",
"dependencies": {
"countdown": "^2.6.0",
"d3": "^7.9.0",
"d3-scale": "^4.0.2",
"simple-statistics": "^7.8.9"
},
"devDependencies": {
"jest": "^30.3.0"
}
}