-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.06 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
{
"name": "tweenode",
"version": "0.2.9",
"description": "A neat JS wrapper for Tweego",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"test": "vitest run",
"test:watch": "vitest watch",
"test:watch/ui": "vitest watch --ui",
"build": "bun run build.mts"
},
"files": [
"dist"
],
"keywords": [
"Twine",
"Twee",
"Twee3",
"Tweego"
],
"license": "MIT",
"homepage": "https://github.com/greatsquare0/tweenode",
"repository": {
"type": "git",
"url": "https://github.com/greatsquare0/tweenode"
},
"bugs": "https://github.com/greatsquare0/tweenode/issues",
"author": "greatsquare0",
"devDependencies": {
"@types/adm-zip": "^0.5.5",
"@types/bun": "^1.1.11",
"@types/fs-extra": "^11.0.4",
"@types/jsdom": "^21.1.7",
"@vitest/ui": "^2.1.3",
"bun-plugin-dts": "^0.2.4",
"jsdom": "^25.0.1",
"nanoid": "^5.0.7",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
},
"dependencies": {
"adm-zip": "^0.5.16",
"fs-extra": "^11.2.0"
}
}