-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 756 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 756 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
25
26
27
28
29
{
"name": "starshift",
"description": "A powerful Mod Loader for In Stars And Time with minimal footprint and as much performance!",
"repository": "https://github.com/jakeayy/starshift",
"author": {
"name": "jakeayy",
"url": "https://jakeayy.xyz"
},
"type": "module",
"scripts": {
"build": "node scripts/build.js",
"inject": "./scripts/inject.sh && echo Injected!"
},
"private": true,
"devDependencies": {
"@types/pixi.js": "4.5.4",
"@types/node": "^25.9.1",
"@types/nw.js": "^0.92.0",
"cssnano": "^7.1.2",
"esbuild": "^0.27.2",
"esbuild-plugin-import-glob": "^0.1.1",
"htmlnano": "^3.0.0",
"postcss": "^8.5.6",
"svgo": "^4.0.0"
},
"peerDependencies": {
"typescript": "^5"
}
}