-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.3 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.3 KB
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
{
"name": "bc-responsive",
"displayName": "BondageClub Responsive",
"version": "1.2.5",
"description": "A auto response script for bondage-club",
"buildSettings": {
"input": "Responsive.ts",
"deployDir": "Responsive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dynilath/BCResponsive.git"
},
"author": "Saki Saotome",
"license": "MIT",
"scripts": {
"test": "jest --passWithNoTests",
"build": "rollup -c src/rollup.config.js",
"dev": "rollup -c src/rollup.config.js --configDebug --configDeploy http://localhost:3042",
"serve": "http-server ./public -p 3042 --cors"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@sugarch/bc-event-handler": "^0.6.3",
"@sugarch/bc-mod-hook-manager": "^0.2.15",
"@sugarch/bc-mod-utility": "^0.2.11",
"@types/core-js": "^2.5.8",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.48",
"bc-stubs": "122.0.0",
"bondage-club-mod-sdk": "^1.2.0",
"jest": "^29.7.0",
"rollup": "^4.41.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-copy": "^3.5.0",
"ts-jest": "^29.3.4",
"tslib": "^2.8.1",
"typescript": "^5.8.3"
}
}