-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.35 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.35 KB
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
46
47
48
49
50
51
{
"name": "@t21n/solix-api",
"version": "0.2.11",
"description": "Anker Solix API Wrapper",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "npm i",
"build": "tsc",
"dev": "ts-node ./index.ts",
"lint:fix": "eslint --fix src test",
"lint": "tsc --noEmit && eslint src test",
"test": "npm run lint .",
"e2e": "jest"
},
"author": "",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"express": "^5.0.0",
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@octokit/rest": "^22.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^24.0.0",
"@types/node-fetch": "^2.6.11",
"@eslint/eslintrc": "^3.3.5",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.0.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^10.0.0",
"eslint-import-resolver-typescript": "^3.0.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-unused-imports": "^4.0.0",
"typescript-eslint": "^8.0.0",
"gunzip-maybe": "^1.4.2",
"jest": "^29.5.0",
"jest-extended": "^7.0.0",
"nodemon": "^3.0.2",
"prettier": "^3.3.2",
"rimraf": "^6.1.3",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
}