-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.42 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
{
"name": "thpace",
"version": "2.0.3",
"description": "",
"main": "thpace.js",
"types": "lib/index.d.ts",
"module": "lib/index.js",
"jsdelivr": "thpace.min.js",
"unpkg": "thpace.min.js",
"scripts": {
"build": "rollup -c",
"start": "rollup -cw --dev",
"test": "mocha -r ts-node/register src/**/test.ts",
"build-ts": "tsc"
},
"author": "Braedin Jared",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/ImBaedin/Thpace.git"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-classes": "^7.9.5",
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9",
"@babel/plugin-transform-object-assign": "^7.8.3",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.8.3",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@types/chai": "^4.2.9",
"@types/delaunator": "^3.0.0",
"@types/mocha": "^7.0.1",
"@types/stats.js": "^0.17.0",
"chai": "^4.2.0",
"mocha": "^7.0.1",
"prettier": "^2.5.1",
"rollup": "^1.31.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-terser": "^5.2.0",
"rollup-plugin-typescript2": "^0.31.2",
"ts-node": "^8.6.2",
"typescript": "^5.6.3"
},
"dependencies": {
"color-interpolate": "^1.0.5",
"delaunator": "^4.0.1",
"stats.js": "^0.17.0",
"tslib": "^2.8.1"
}
}