-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 803 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 803 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
{
"name": "@d3p1/docknext",
"version": "1.21.2",
"description": "A Docker environment generator for Next.js",
"author": "C. M. de Picciotto <d3p1@d3p1.dev> (https://d3p1.dev/)",
"homepage": "https://github.com/d3p1/docknext#readme",
"bugs": {
"url": "https://github.com/d3p1/docknext/issues"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/d3p1/docknext.git"
},
"keywords": [
"docker",
"docker-compose",
"react",
"nextjs",
"docker-nextjs"
],
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@d3p1/commitlint-config": "^1.0.1",
"husky": "^9.1.4"
},
"scripts": {
"prepare": "husky"
}
}