-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 859 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
29
30
31
32
33
34
{
"name": "todo-list-ddd",
"version": "1.0.0",
"description": "ToDo-List",
"main": ".eslintrc.js",
"dependencies": {
"class-validator": "^0.13.2",
"create-ts-index": "^1.14.0",
"jest": "^27.5.1",
"regenerator-runtime": "^0.13.9",
"uuid": "^8.3.2"
},
"workspaces": [
"./src/@core",
"./src/nestjs"
],
"scripts": {
"prestart:dev": "npm run build -w todo-list",
"start:dev": "npm run build:w -w todo-list & npm run start:dev -w nestjs",
"test": "jest",
"test:coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SamuelS00/todo-list-ddd.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SamuelS00/todo-list-ddd/issues"
},
"homepage": "https://github.com/SamuelS00/todo-list-ddd#readme"
}