-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 1.03 KB
/
package.json
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": "send_vrc",
"version": "1.2.0",
"description": "One click URL to VRChat",
"main": "send.js",
"scripts": {
"build": "tsc --noEmit && webpack --mode production",
"dev": "webpack --watch",
"lint": "eslint .",
"fix": "eslint --fix .",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/vrc-plugin/send_vrc.git"
},
"author": "bootjp / Yoshiaki Ueda <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vrc-plugin/send_vrc/issues"
},
"homepage": "https://github.com/vrc-plugin/send_vrc",
"devDependencies": {
"@types/chrome": "0.0.287",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"copy-webpack-plugin": "12.0.2",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"prettier": "3.4.2",
"ts-loader": "9.5.1",
"typescript": "5.7.2",
"webpack": "5.97.1",
"webpack-cli": "6.0.1"
}
}