-
Notifications
You must be signed in to change notification settings - Fork 86
/
Copy pathpackage.json
40 lines (40 loc) · 932 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
39
40
{
"name": "@netlify/next",
"version": "1.4.9",
"description": "Enhanced Next.js features on Netlify",
"main": "lib/index.js",
"files": [
"lib/**/*"
],
"devDependencies": {
"@netlify/edge-functions": "^2.8.1",
"@types/chance": "^1.1.3",
"@types/node": "^17.0.25",
"chance": "^1.1.11",
"next": "^13.4.1",
"npm-run-all2": "^5.0.0",
"typescript": "^4.6.3"
},
"scripts": {
"prepublishOnly": "run-s clean build",
"clean": "rimraf lib",
"build": "tsc",
"watch": "tsc --watch",
"prepare": "npm run build"
},
"peerDependencies": {
"next": ">=12.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netlify/next-runtime.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/netlify/next-runtime/issues"
},
"homepage": "https://github.com/netlify/next-runtime#readme",
"engines": {
"node": ">=12.0.0"
}
}