-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.27 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.27 KB
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
45
46
{
"name": "backoffice-local",
"license": "SEE LICENSE IN LICENSE",
"packageManager": "yarn@3.2.1",
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "eslint . --ext .js,.ts",
"env:start": "docker-compose up -d --build",
"env:stop": "docker-compose down",
"server:start": "node ./server.js",
"start": "run-s env:start server:start"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@micro-lc/backoffice-local-cli": "^0.3.4",
"@mocks-server/core": "^2.5.3",
"@mocks-server/plugin-admin-api": "^2.2.1",
"@mocks-server/plugin-inquirer-cli": "^2.2.1",
"@types/figlet": "^1.5.4",
"@types/inquirer": "^8.2.1",
"@types/node": "^17.0.31",
"@types/shelljs": "^0.8.11",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"ajv": "^8.11.0",
"chalk": "^5.0.1",
"cities.json": "^1.1.10",
"dotenv": "^16.0.1",
"eslint": "^8.20.0",
"eslint-plugin-node": "^11.1.0",
"fast-json-patch": "^3.1.1",
"figlet": "^1.5.2",
"inquirer": "^8.2.4",
"jsonpath-plus": "^6.0.1",
"npm-run-all": "^4.1.5",
"sift": "^16.0.0",
"strip-json-comments": "^4.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"engine": {
"node": ">=16.0.0"
}
}