-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 927 Bytes
/
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
{
"name": "ambience",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc --project tsconfig.server.json",
"build_server": "tsc --project tsconfig.server.json",
"start": "cross-env NODE_ENV=production node dist/server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qwertyforce/ambience.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/qwertyforce/ambience/issues"
},
"homepage": "https://github.com/qwertyforce/ambience#readme",
"dependencies": {
"@fastify/busboy": "^1.1.0",
"@fastify/cors": "^8.0.0",
"@fastify/multipart": "^7.1.0",
"@fastify/reply-from": "^8.1.0",
"@types/node": "^18.0.5",
"axios": "^0.27.2",
"cross-env": "^7.0.3",
"fastify": "^4.2.1",
"form-data": "^4.0.0",
"json-schema-to-ts": "^2.5.4",
"typescript": "^4.7.4"
}
}