-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.18 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
45
46
47
48
49
50
{
"name": "@rheas/support",
"version": "0.0.9",
"description": "Rheas support functions and helper functions",
"main": "index.js",
"keywords": [
"rheas",
"express",
"framework",
"nodejs",
"laravel",
"server",
"library",
"support"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"tsc": "tsc",
"test": "jest --verbose",
"coverage": "jest --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"
},
"dependencies": {
"dayjs": "^1.10.7",
"@rheas/contracts": "^0.0.11",
"@rheas/errors": "^0.0.6"
},
"devDependencies": {
"@types/jest": "^25.2.1",
"@types/node": "^13.13.2",
"jest": "^26.4.2",
"ts-jest": "^26.4.1",
"typescript": "^3.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rheas-io/support.git"
},
"author": "Kalesh Kaladharan",
"license": "MIT",
"bugs": {
"url": "https://github.com/rheas-io/support/issues"
},
"homepage": "https://github.com/rheas-io/support#readme"
}