-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.08 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": "@drincs/pixi-vn-json",
"version": "1.1.7",
"type": "module",
"description": "Pixi'VN can be integrated with JSON files to create a visual novel.",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DRincs-Productions/pixi-vn-json.git"
},
"author": "DRincs-Productions",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/DRincs-Productions/pixi-vn-json/issues"
},
"homepage": "https://pixi-vn.web.app/advanced/pixi-vn-json.html",
"funding": "https://github.com/DRincs-Productions/pixi-vn?sponsor=1",
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"crypto-js": "^4.2.0",
"pixi.js": "^8.5.2",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
},
"peerDependencies": {
"@drincs/pixi-vn": ">=0.8.12"
},
"keywords": [
"game",
"js",
"json",
"novel",
"pixi",
"pixi-js",
"visual",
"visual-novel"
]
}