-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1007 Bytes
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1007 Bytes
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
{
"name": "@kevb10/nextjs-eject",
"version": "0.0.3",
"description": "Eject your NextJS app to be AWS Lambda ready",
"bin": {
"nextjs-eject": "cli.js"
},
"main": "index.js",
"scripts": {
"test": "jest",
"real_test": "node run.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevb10/nextjs-eject.git"
},
"keywords": [
"nextjs-eject",
"nextjs",
"eject",
"react-eject",
"react",
"vercel-eject",
"vercel"
],
"author": "Kevin Manase @kevinmanase",
"license": "ISC",
"bugs": {
"url": "https://github.com/kevb10/nextjs-eject/issues"
},
"homepage": "https://github.com/kevb10/nextjs-eject#readme",
"devDependencies": {
"@types/node": "^20.9.3",
"jest": "^29.7.0"
},
"dependencies": {
"@babel/core": "^7.23.3",
"@babel/generator": "^7.23.4",
"@babel/parser": "^7.23.4",
"@babel/traverse": "^7.23.4",
"@babel/types": "^7.23.4"
},
"directories": {
"test": "tests"
}
}