-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 942 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
{
"name": "@mobilon-dev/amotop",
"version": "0.1.46",
"main": "dist/index",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run code:build && npm run docs:build",
"code:build": "tsc",
"watch": "tsc --watch",
"docs:build": "npx typedoc",
"docs:view": "http-server ./docs/",
"docs": "npm run docs:build && npm run docs:view",
"lint-fix": "npx eslint --fix ./src"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.7",
"axios-logger": "^2.8.1",
"form-urlencoded": "^6.1.5",
"jwt-decode": "^4.0.0",
"moment": "^2.30.1",
"split-file": "^2.3.0"
},
"devDependencies": {
"@types/node": "^20.16.13",
"eslint": "^8.57.1",
"eslint-plugin-sonarjs": "^1.0.4",
"http-server": "^14.1.1",
"typedoc": "^0.26.10",
"typescript": "^5.6.3",
"typescript-eslint": "^7.18.0"
}
}