-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "mw-rando",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --outfile=plugin.js src/plugin.ts",
"watch": "esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --outfile=plugin.js src/plugin.ts --watch"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.4.9",
"ccmodmanager": "github:CCDirectLink/CCModManager",
"esbuild": "^0.18.15",
"nodemon": "^3.0.1",
"typescript": "^5.1.6",
"ultimate-crosscode-typedefs": "github:krypciak/ultimate-crosscode-typedefs",
"ccloader": "github:CCDirectLink/CCLoader"
},
"dependencies": {
}
}