-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.41 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
51
52
53
{
"name": "@unicoderns/stardust",
"version": "0.1.0",
"description": "Unicoderns modular opinionated framework",
"author": {
"name": "Unicoderns S.A.",
"email": "[email protected]",
"url": "https://unicoderns.com/"
},
"main": "index",
"types": "index.d",
"scripts": {
"build": "npm run clean && tsc",
"clean": "rm -rf ./controllers/ && rm -rf ./interfaces/ && rm -rf ./lib/ && rm -rf ./server/ && rm -rf *.js && rm -rf *.js.map && rm -rf *.d.ts",
"prepare": "tsc",
"test": "ts-node node_modules/jasmine/bin/jasmine sources/tests/**/*.test.ts"
},
"bugs": {
"url": "https://github.com/unicoderns/stardust/issues",
"email": "[email protected]"
},
"keywords": [
"modular",
"opinionated",
"framework",
"realtime"
],
"license": "MIT",
"devDependencies": {
"@types/mysql": "^2.15.6",
"@types/nodemailer": "^6.2.0",
"@unicoderns/cerberus": "^0.1.0",
"@unicoderns/orm": "^0.2.1",
"install": "^0.12.2",
"npm": "^6.9.0"
},
"dependencies": {
"@types/cookie-parser": "^1.4.1",
"@types/fs-extra": "^7.0.0",
"@types/morgan": "^1.7.35",
"aws-sdk": "^2.470.0",
"body-parser": "^1.19.0",
"chalk": "^2.4.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
"ejs": "^2.6.1",
"express": "^4.17.1",
"fs-extra": "^8.0.1",
"morgan": "^1.9.1",
"nodemailer": "^6.2.1",
"typescript": "^3.5.1"
}
}