forked from csutorasa/XOutput
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 941 Bytes
/
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
{
"name": "xoutput",
"version": "4.0.0",
"description": "XOutput",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/csutorasa/XOutput.git"
},
"homepage": "https://github.com/csutorasa/XOutput#readme",
"url": "https://github.com/csutorasa/XOutput/issues",
"author": "Ármin Csutorás",
"license": "MIT",
"workspaces": [
"@xoutput/api",
"@xoutput/client",
"@xoutput/webapp"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"concurrently": "^7.1.0",
"eslint": "^8.13.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.29.4",
"husky": "^7.0.4",
"prettier": "^2.6.2"
},
"scripts": {
"prepare": "husky install",
"watch": "concurrently \"npm run watch -w @xoutput/api\" \"npm run watch -w @xoutput/client\" \"npm run watch -w @xoutput/webapp\""
}
}