-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.63 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.63 KB
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
54
55
56
57
58
59
60
61
{
"name": "musicfeast_node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon ./src/app.ts",
"build": "rm -rf dist/* && tsc",
"start": "export NODE_ENV=production && node ./dist/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/client": "^3.7.10",
"@aws-sdk/client-s3": "^3.485.0",
"@pinata/sdk": "^2.1.0",
"@ref-finance/ref-sdk": "^1.2.0",
"@types/pg": "^8.6.6",
"@types/uuid": "^9.0.2",
"@types/vimeo": "^2.1.7",
"apollo-cache-inmemory": "^1.6.6",
"apollo-link-http": "^1.5.17",
"axios": "^1.3.2",
"bn.js": "^5.2.1",
"cors": "^2.8.5",
"cross-fetch": "^3.1.5",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"google-auth-library": "^8.8.0",
"googleapis": "^118.0.0",
"graphql": "^15.8.0",
"graphql-tag": "^2.12.6",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"near-api-js": "^1.1.0",
"near-seed-phrase": "^0.2.0",
"nodemailer": "^6.9.5",
"nodemailer-express-handlebars": "^6.1.0",
"pg": "^8.10.0",
"ts-node": "^10.9.1",
"uuid": "^9.0.0",
"vimeo": "^2.3.1"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/bn.js": "^5.1.1",
"@types/cors": "^2.8.12",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13",
"@types/morgan": "^1.9.4",
"@types/multer": "^1.4.7",
"@types/multer-s3": "^3.0.3",
"@types/node": "^18.13.0",
"@types/nodemailer": "^6.4.10",
"@types/nodemailer-express-handlebars": "^4.0.2",
"nodemon": "^2.0.20",
"typescript": "^4.9.5"
}
}