-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
38 lines (38 loc) · 935 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
35
36
37
38
{
"name": "functions",
"version": "1.0.0",
"description": "Nhost functions development environment",
"main": "server.ts",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nhost/functions.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nhost/functions/issues"
},
"homepage": "https://github.com/nhost/functions#readme",
"devDependencies": {
"@antfu/ni": "^0.17.2",
"@swc-node/register": "^1.9.2",
"@swc/core": "^1.5.28",
"@types/express": "^4.17.21",
"@types/glob": "^7.2.0",
"@types/morgan": "^1.9.9",
"@types/node": "^18.19.34",
"express": "4.18.1",
"glob": "^8.1.0",
"morgan": "^1.10.0",
"nodemon": "^2.0.22",
"pnpm": "^7.33.7",
"typescript": "^4.9.5"
}
}