-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 938 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
{
"name": "hoeveel-mensen",
"version": "1.0.0",
"description": "Mini website to help you know how many of your users in the Netherlands may be excluded from your service.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install",
"build": "eleventy",
"dev": "eleventy --serve"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/pandu-supriyono/hoeveel-mensen.git"
},
"author": "Pandu Supriyono <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pandu-supriyono/hoeveel-mensen/issues"
},
"homepage": "https://github.com/pandu-supriyono/hoeveel-mensen#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"eslint": "^8",
"husky": "^9.0.11",
"lint-staged": "^15.2.4",
"prettier": "^3.2.5"
},
"lint-staged": {
"*.{js,css,md}": "prettier --write"
}
}