-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 866 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": "home-page-test",
"version": "1.0.0",
"description": "Personal Website for Jan Schøpp In Elm",
"main": "public/index.js",
"directories": {
"test": "tests"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"start": "snowpack dev",
"build": "snowpack build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jangerhard/PersonalWebsiteElm.git"
},
"author": "Jan Schøpp",
"license": "ISC",
"bugs": {
"url": "https://github.com/jangerhard/PersonalWebsiteElm/issues"
},
"homepage": "https://github.com/jangerhard/PersonalWebsiteElm#readme",
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.0.5",
"elm": "^0.19.1-5",
"elm-format": "^0.8.5",
"snowpack": "^3.8.8",
"snowpack-plugin-elm": "^0.5.1"
}
}