forked from Ada18980/KinkiestDungeon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 817 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 817 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
{
"name": "kinkiest-dungeon",
"version": "1.0.0",
"description": "This is the official git repo for Kinky Dungeon.",
"main": "index.html",
"scripts": {
"build": "tsc",
"buildCont": "tsc -b --watch",
"buildContWSL": "tsc -b --watch --watchDirectory dynamicprioritypolling --watchFile dynamicPriorityPolling",
"buildTypes": "tsc --declaration --emitDeclarationOnly --removeComments false",
"serve": "http-server"
},
"author": "Ada18980",
"license": "All Rights Reserved",
"private": true,
"devDependencies": {
"@typescript/lib-dom": "npm:@types/web@^0.0.151",
"http-server": "^14.1.1",
"pixi-filters": "5.2.0",
"pixi.js": "^7.2.1",
"pixi.js-legacy": "^7.2.1",
"typescript": "^5.6.0"
}
}