generated from dwightjack/project-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 880 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
{
"name": "my-app-list",
"description": "List all my experimental web apps",
"version": "1.0.0",
"author": "Marco Solazzi",
"homepage": "https://github.com/dwightjack/my-app-list",
"main": "index.js",
"license": "MIT",
"packageManager": "[email protected]",
"scripts": {
"start": "netlify dev",
"lint": "eslint ."
},
"engines": {
"node": ">=20.13.1",
"pnpm": "^9.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/dwightjack/my-app-list"
},
"bugs": "https://github.com/dwightjack/my-app-list/issues",
"devDependencies": {
"@eslint/js": "^9.2.0",
"@types/node": "^22.0.0",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"globals": "^15.2.0",
"netlify-cli": "^17.0.0",
"prettier": "^3.0.1"
},
"dependencies": {
"ky": "^1.2.4"
}
}