-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 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
33
34
{
"name": "@alheimsins/strompriser",
"version": "1.0.0",
"description": "Module for retrieving the prices for electricity in Norway from www.hvakosterstrommen.no",
"type": "module",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "standard",
"standard-fix": "standard --fix",
"prepare": "husky install",
"refresh": "rm -rf node_modules && rm package-lock.json && npm i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alheimsins/strompriser.git"
},
"keywords": [],
"author": "Geir Gåsodden <[email protected]> (https://github.com/zrrrzzt)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Alheimsins/strompriser/issues"
},
"homepage": "https://github.com/Alheimsins/strompriser#readme",
"engines": {
"node": ">=18.14.2"
},
"devDependencies": {
"husky": "8.0.3",
"standard": "17.1.2"
}
}