generated from es-lynn/ip-protect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.03 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
{
"name": "ip-protect",
"version": "0.0.0",
"description": "Application for whitelisting of IP addresses",
"repository": "git@github.com:es-lynn/ip-protect.git",
"author": "es-lynn",
"license": "MIT",
"private": true,
"scripts": {
"docker:build": "docker build . -t ip-protect-backend:latest",
"clean": "npx lerna clean && rm -rf node_modules",
"setup": "yarn install && lerna bootstrap",
"build:all": "lerna run build",
"compile:all": "lerna run compile",
"compile:fix:all": "lerna run compile:fix",
"test:all": "lerna run test"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"concurrently": "^7.3.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"lerna": "^5.6.2",
"prettier": "^2.6.2",
"typescript": "^4.7.3"
}
}