-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.18 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
{
"name": "@drincs/pixi-vn-labels-test",
"version": "1.0.0",
"type": "module",
"description": "Labels test for Pixi'VN.",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DRincs-Productions/pixi-vn-labels-test.git"
},
"author": "DRincs-Productions",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/DRincs-Productions/pixi-vn-labels-test/issues"
},
"homepage": "https://pixi-vn-labels-test.web.app/",
"funding": "https://github.com/DRincs-Productions/pixi-vn-labels-test?sponsor=1",
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/deep-diff": "^1.0.5",
"crypto-js": "^4.2.0",
"deep-diff": "^1.0.2",
"jsdom": "^26.0.0",
"ts-node": "^10.9.2",
"tsup": "^8.4.0",
"typescript": "^5.7.3",
"vitest": "^3.0.5"
},
"peerDependencies": {
"@drincs/pixi-vn": ">=0.10.7"
},
"keywords": [
"engine",
"game",
"game-engine",
"js",
"novel",
"pixi",
"pixi-js",
"visual",
"visual-novel"
]
}