-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.36 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
{
"name": "eslint-prettier-setup-template-",
"version": "1.0.0",
"description": "template",
"main": "index.js",
"scripts": {
"lint": "eslint '**/*.js'",
"lint:fix": "prettier-eslint '**/*.js' --write",
"buyswap": "pm2 start ./src/index.js -n buyswap -- buyswap",
"swapsell": "pm2 start ./src/index.js -n swapsell -- swapsell",
"buysell": "pm2 start ./src/index.js -n buysell -- buysell"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kokomoAAA/eslint-prettier-setup-template-.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/kokomoAAA/eslint-prettier-setup-template-/issues"
},
"homepage": "https://github.com/kokomoAAA/eslint-prettier-setup-template-#readme",
"devDependencies": {
"eslint": "^8.15.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"prettier": "^2.6.2",
"prettier-eslint": "^14.0.3",
"prettier-eslint-cli": "^6.0.1"
},
"dependencies": {
"@alcorexchange/alcor-swap-sdk": "^1.0.1",
"dotenv": "^16.0.3",
"eos-common": "^0.12.0",
"mariadb": "^3.1.1",
"wax-bot-lib": "^3.0.8"
}
}