forked from travis4all/baucis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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
42
43
44
{
"name": "baucisses",
"version": "0.1.2",
"description": "Baucisses packages",
"private": true,
"scripts": {
"test": "npm run lint && npm run test:unit",
"test:unit": "lerna run test --concurrency 1 --stream",
"lint": "eslint packages",
"publish": "lerna publish",
"publish-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov"
},
"workspaces": [
"./packages/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/CoorpAcademy/baucis.git"
},
"keywords": [
"baucis",
"mongoose",
"mongo",
"express"
],
"author": "Adriean Khisbe <[email protected]> (https://github.com/AdrieanKhisbe/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoorpAcademy/baucis/issues"
},
"homepage": "https://github.com/CoorpAcademy/baucis#readme",
"peerDependencies": {
"mongoose": "^6.0.0"
},
"devDependencies": {
"@coorpacademy/eslint-plugin-coorpacademy": "^9.0.1",
"codecov": "^3.6.1",
"eslint": "^6.6.0",
"express": "^4.17.1",
"lerna": "^6.1.0",
"mongoose": "^6.8.0",
"nyc": "^14.1.1"
}
}