-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 957 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": "@sherex/minrenovasjon",
"version": "1.0.3",
"description": "A NodeJS library to get trash-emptying days for an address in Norway",
"main": "dist/index.js",
"files": [
"dist/"
],
"scripts": {
"start": "node dist/index.js",
"build": "tsc",
"dev": "ts-node src/",
"lint": "eslint src/",
"lint:fix": "eslint --fix src/",
"test": "npm run lint"
},
"keywords": [],
"author": "Ingar Helgesen (https://github.com/Sherex)",
"license": "MIT",
"devDependencies": {
"@types/node": "14.14.31",
"@typescript-eslint/eslint-plugin": "4.15.1",
"eslint": "7.20.0",
"eslint-config-standard-with-typescript": "20.0.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-standard": "4.1.0",
"ts-node": "9.1.1",
"typescript": "4.1.5"
},
"dependencies": {
"axios": "^0.21.1",
"dotenv": "^8.2.0"
}
}