-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 946 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 946 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
30
31
32
33
34
35
36
37
{
"name": "tyranoscript-buttplug-plugin",
"type": "module",
"version": "1.0.0",
"private": true,
"main": "index.js",
"scripts": {
"build": "rollup -c",
"lint": "biome lint --fix",
"format": "biome format --fix",
"test": "vitest"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"description": "",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@rollup/plugin-alias": "^6.0.0",
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-typescript": "^12.3.0",
"@types/jquery": "^4.0.0",
"@types/lodash-es": "^4.17.12",
"@types/papaparse": "^5.5.2",
"buttplug": "^3.2.2",
"buttplug-wasm": "^2.0.1",
"lodash-es": "^4.18.1",
"papaparse": "^5.5.3",
"rollup": "^4.60.2",
"rollup-plugin-polyfill-node": "^0.13.0",
"tslib": "^2.8.1",
"typescript": "^6.0.3",
"tyrano_voicevox_plugin": "github:Ouvill/tyrano_voicevox_plugin",
"vitest": "^4.1.4"
}
}