-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
38
39
40
41
42
{
"name": "yare-sync",
"version": "2.1.0",
"description": "Update your yare code from the commandline ",
"main": "dist/wrappers.js",
"scripts": {
"build": "rollup -c",
"prepublish": "yarn build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swz-gh/yare-sync.git"
},
"author": "swz",
"license": "MIT",
"bugs": {
"url": "https://github.com/swz-gh/yare-sync/issues"
},
"homepage": "https://github.com/swz-gh/yare-sync#readme",
"devDependencies": {
"@rollup/plugin-typescript": "^8.2.1",
"@types/express": "^4.17.13",
"@types/ws": "^7.4.7",
"jest": "^27.5.1",
"rollup": "^2.51.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-userscript-metablock": "^0.3.0",
"toastify-js": "^1.11.0",
"tslib": "^2.3.0",
"typescript": "^4.3.2",
"yarn": "^1.22.10"
},
"dependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-url": "^6.0.0",
"axios": "^0.21.1",
"express": "^4.17.1",
"uuid": "^8.3.2",
"ws": "^8.0.0"
}
}