-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1 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
{
"name": "@rheas/contracts",
"version": "0.0.11",
"description": "Rheas frameworks general contracts/interfaces",
"main": "index.js",
"keywords": [
"rheas",
"contracts",
"interfaces",
"express",
"laravel",
"nodejs",
"framework"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"tsc": "tsc",
"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": {
"@types/mongoose": "^5.7.36",
"@types/node": "^13.13.4",
"@types/nodemailer": "^6.4.0",
"typescript": "^3.8.3"
},
"author": "Kalesh Kaladharan",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rheas-io/contracts.git"
},
"bugs": {
"url": "https://github.com/rheas-io/contracts/issues"
},
"homepage": "https://github.com/rheas-io/contracts#readme"
}