-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 977 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
{
"name": "@python-italia/vercel-django-runtime",
"version": "1.0.15",
"main": "./dist/index.js",
"license": "Apache-2.0",
"homepage": "https://github.com/pythonitalia/vercel-django-runtime",
"files": [
"dist",
"vc_init.py"
],
"repository": {
"type": "git",
"url": "https://github.com/pythonitalia/vercel-django-runtime"
},
"scripts": {
"build": "node build",
"test": "jest --env node --verbose --runInBand --bail",
"test-unit": "pnpm test test/unit.test.ts",
"test-e2e": "pnpm test test/integration-*"
},
"devDependencies": {
"@types/decompress": "^4.2.4",
"@types/execa": "^0.9.0",
"@types/jest": "27.4.1",
"@types/node": "14.18.33",
"@typescript-eslint/parser": "^5.59.9",
"@vercel/build-utils": "6.7.5",
"@vercel/ncc": "0.24.0",
"eslint": "^8.42.0",
"execa": "^1.0.0",
"fs-extra": "^11.1.1",
"typescript": "^5.1.3"
},
"dependencies": {
"decompress": "^4.2.1"
}
}