-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 KB
/
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
37
38
39
40
41
42
43
44
45
{
"name": "albert-heijn-wrapper",
"version": "2.0.1",
"description": "API wrapper for Albert Heijn",
"keywords": [
"albert",
"heijn",
"albert heijn"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "RinseV",
"license": "MIT",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin typescript",
"start": "ts-node src/ah.ts",
"lint": "eslint --ext .ts,.js .",
"test": "jest"
},
"dependencies": {
"axios": "^0.21.1",
"date-fns": "^2.17.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.1",
"@types/jest": "^27.4.1",
"@types/node": "^14.14.25",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"jest": "^27.5.1",
"prettier": "^2.6.0",
"rollup": "^2.70.1",
"ts-jest": "^27.1.3",
"ts-node": "^9.1.1",
"tsc": "^1.20150623.0",
"typescript": "^4.1.3"
},
"homepage": "https://github.com/RinseV/albert-heijn-wrapper",
"bugs": "https://github.com/RinseV/albert-heijn-wrapper/issues",
"repository": {
"url": "https://github.com/RinseV/albert-heijn-wrapper",
"type": "git"
},
"readme": ""
}