-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 898 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": "impftermin",
"version": "1.0.0",
"description": "",
"main": "src/main.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc",
"start": "node --experimental-specifier-resolution=node --loader ts-node/esm .",
"lint": "eslint .",
"lint-fix": "eslint . --fix"
},
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"dotenv": "^10.0.0",
"lowdb": "^2.1.0",
"moment": "^2.29.1",
"node-fetch": "^2.6.1",
"ts-node": "^9.1.1"
},
"devDependencies": {
"@types/node-fetch": "^2.5.10",
"@typescript-eslint/eslint-plugin": "~4.26.0",
"@typescript-eslint/parser": "~4.26.0",
"eslint": "~7.28.0",
"eslint-config-prettier": "~8.3.0",
"eslint-plugin-jest": "~24.3.6",
"prettier": "~2.3.0",
"typescript": "~4.3.2",
"typescript-eslint": "^0.0.1-alpha.0"
}
}