-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 969 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 969 Bytes
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
{
"name": "lol_battle_data",
"version": "1.0.0",
"main": "index.js",
"author": "lax",
"license": "MIT",
"private": true,
"scripts": {
"start": "babel src --out-dir dist && node dist/index.js",
"test": "mochapack \"test/**/**.test.js\""
},
"dependencies": {
"fs-extra": "^10.0.0",
"moment": "^2.29.1",
"mysql2": "^2.3.0",
"node-xlsx": "^0.16.1",
"puppeteer": "^10.1.0",
"sha256": "^0.2.0",
"typeorm": "^0.2.36"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/eslint-parser": "^7.14.4",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"babel-plugin-module-resolver": "^4.1.0",
"chai": "^4.3.4",
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.1.1",
"mocha": "^8.3.2",
"mochapack": "^2.0.6",
"prettier": "^1.19.1"
}
}