-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "@gcgov/apiservice",
"version": "2.3.7",
"description": "Extendable class that provides default rest API methods built upon Axios",
"main": "dist/ApiService.mjs",
"scripts": {
"build": "tsup",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --fix",
"yalc:publish": "tsup && yalc publish --push"
},
"dependencies": {
"@types/web": "^0.0.138",
"dexie": "^4.0.10",
"lodash": "^4.17.21",
"vue": "^3.5.13"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/eslint-parser": "^7.22.15",
"@eslint/js": "^9.15.0",
"@types/lodash": "^4.14.202",
"eslint": "^8.49.0",
"globals": "^15.12.0",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gcgov/apiservice.git"
},
"author": "Andrew Sauder",
"license": "MIT",
"bugs": {
"url": "https://github.com/gcgov/apiservice/issues"
},
"homepage": "https://github.com/gcgov/apiservice#readme",
"packageManager": "[email protected]"
}