-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.17 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
43
44
{
"name": "soboss",
"version": "0.2.0",
"private": false,
"scripts": {
"build": "babel src --out-dir dist --delete-dir-on-start --copy-files --source-maps",
"start": "node dist/app.js",
"test": "eslint \"src/**\""
},
"author": {
"name": "Jarno Veuger",
"email": "dev@jarnoveuger.nl",
"url": "https://jarnoveuger.nl"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/JarnoVgr/SoBoss.git"
},
"dependencies": {
"bunyan": "^1.8.12",
"chalk": "^4.0.0",
"core-js": "^3.6.5",
"lodash": "^4.17.15",
"ping": "^0.2.3",
"regenerator-runtime": "^0.13.5",
"sonos": "^1.13.0",
"source-map-support": "^0.5.19"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-private-methods": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/register": "^7.10.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.1.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsdoc": "^27.0.3",
"eslint-plugin-promise": "^4.2.1"
}
}