-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.48 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
46
47
48
49
50
51
52
53
54
{
"name": "@intruder-detection/frigate-http-api-typescript",
"version": "0.14.18",
"description": "Typescript client for the Frigate HTTP API",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"keywords": [
"Frigate",
"Frigate HTTP API",
"Frigate HTTP API Nodejs",
"Frigate HTTP API Typescript",
"Frigate HTTP API Javascript"
],
"repository": {
"url": "git+https://github.com/intruder-detection/frigate-http-api-typescript.git"
},
"homepage": "https://intruder-detection.github.io/frigate-http-api-typescript",
"scripts": {
"// DEBUG": "",
"debug": "dotenv -- npx tsx --inspect-brk test/main.ts",
"// BUILD": "",
"barrel": "barrelsby --delete --directory src -F -q",
"build": "npm run barrel && tsup"
},
"type": "module",
"author": "Rui Alves",
"license": "MIT",
"dependencies": {
"axios": "^1.7.2"
},
"devDependencies": {
"@types/node": "^20.14.2",
"barrelsby": "^2.8.1",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"dotenv-cli": "^7.4.1",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-deprecation": "^1.4.1",
"eslint-plugin-prettier": "^5.0.0",
"npx": "^10.2.2",
"prettier": "^3.3.1",
"tsx": "^4.15.1",
"typescript": "^5.4.5",
"zod": "^3.23.8",
"tsup": "^8.2.2"
},
"directories": {
"test": "test"
},
"bugs": {
"url": "https://github.com/intruder-detection/frigate-http-api-typescript/issues"
}
}