-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.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
42
43
44
{
"name": "blur",
"version": "1.0.0",
"description": "media app",
"main": "src/index.ts",
"scripts": {
"tsc": "tsc",
"dev": "ts-node-dev --respawn --transpileOnly ./src/index.ts",
"prod": "tsc && node ./build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blur-app/blur.git"
},
"author": "ya boy",
"license": "MIT",
"bugs": {
"url": "https://github.com/blur-app/blur/issues"
},
"homepage": "https://github.com/blur-app/blur#readme",
"dependencies": {
"@types/bluebird": "^3.5.25",
"@types/cors": "^2.8.4",
"@types/express": "^4.16.1",
"@types/express-graphql": "^0.6.2",
"@types/graphql": "^14.0.5",
"@types/mongoose": "^5.3.12",
"@types/uuid": "^3.4.4",
"bluebird": "^3.5.3",
"cors": "^2.8.5",
"db-migrate": "^0.11.5",
"db-migrate-pg": "^0.4.0",
"express": "^4.16.4",
"express-graphql": "^0.7.1",
"graphql": "^14.1.1",
"mongoose": "^5.4.11",
"pg-promise": "^8.5.5",
"typescript": "^3.3.3",
"uuid": "^3.3.2"
},
"devDependencies": {
"ts-node-dev": "^1.0.0-pre.32"
}
}