-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 873 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
{
"name": "toio-raspi-edge-controller",
"workspaces": [],
"repository": "https://github.com/Kei18/toio-raspi-edge-controller.git",
"author": "Keisuke Okumura",
"license": "MIT",
"scripts": {
"build": "lerna run build",
"clean": "lerna run clean",
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"eslint": "^7.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-prettier": "^3.1.0",
"gh-pages": "^2.0.1",
"lerna": "^3.14.1",
"live-server": "^1.2.1",
"prettier": "^1.17.1",
"rimraf": "^2.6.3",
"typedoc": "^0.16.9",
"typedoc-plugin-lerna-packages": "^0.1.5"
},
"dependencies": {
"argparse": "^2.0.1",
"pino": "^7.6.5",
"pino-pretty": "^7.5.1",
"socket.io-client": "^4.4.1"
}
}