-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 760 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 760 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
{
"name": "play-nextjs12",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"watch": "ultra -r watch",
"deploy": "changeset && changeset version",
"build": "ultra --build -r build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/remorses/play-nextjs12.git"
},
"keywords": [],
"author": "Tommaso De Rossi, morse <beats.by.morse@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/remorses/play-nextjs12/issues"
},
"homepage": "https://github.com/remorses/play-nextjs12#readme",
"dependencies": {
"@changesets/cli": "^2.17.0",
"ultra-runner": "^3.10.5"
}
}