-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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": "@rheas/container",
"version": "0.0.3",
"description": "Dependency container module",
"main": "index.js",
"keywords": [
"laravel",
"express",
"dependency",
"rheas",
"manager",
"container",
"server",
"nodejs"
],
"scripts": {
"tsc": "tsc",
"test": "jest --verbose",
"coverage": "jest --verbose --coverage",
"copypackage": "cp -rf package.json build",
"build": "tsc && npm run copypackage",
"copypackage_dev": "cp -rf package.json build_dev",
"build-dev": "tsc --outDir ./build_dev && npm run copypackage_dev"
},
"devDependencies": {
"@rheas/contracts": "^0.0.4",
"@rheas/errors": "^0.0.3",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.2",
"jest": "^26.5.2",
"ts-jest": "^26.4.1",
"typescript": "^3.9.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rheas-io/container.git"
},
"author": "Kalesh Kaladharan",
"license": "MIT",
"bugs": {
"url": "https://github.com/rheas-io/container/issues"
},
"homepage": "https://github.com/rheas-io/container#readme"
}