-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 920 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
{
"name": "askrs-archives",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"down": "docker compose -f docker-compose.dev.yml down",
"lint": "cd server && npm run lint && cd ../client && npm run lint",
"install-packages": "npm i && cd server && npm i && cd ../client && npm i",
"test": "cd server && npm run test && cd ../client && npm run test",
"up": "npm run lint && docker-compose -f docker-compose.dev.yml up -d --build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vailorium/askrs-archives.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Vailorium/askrs-archives/issues"
},
"homepage": "https://github.com/Vailorium/askrs-archives#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0"
},
"dependencies": {}
}