-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 843 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
34
35
36
37
38
39
{
"name": "f1-2018-udp",
"version": "0.0.2",
"main": "dist/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/irvingswiftj/f1-2018-udp.git"
},
"dependencies": {
"@babel/node": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"binary-parser": "^1.3.2",
"struct": "^0.0.12"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "^2.14.0"
},
"scripts": {
"lint": "eslint src/**/*.js",
"start": "babel-node src/index.js",
"build": "babel src --out-dir dist",
"prepublishOnly": "yarn build"
},
"keywords": [
"f12018",
"formula 1",
"f1",
"codemasters",
"udp",
"telemetry",
"simracing",
"gaming"
]
}