generated from vladmandic/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.36 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
{
"name": "@vladmandic/snaps",
"version": "0.1.0",
"description": "TEMPLATE",
"sideEffects": false,
"main": "public/index.js",
"author": "Vladimir Mandic <mandic00@live.com>",
"bugs": {
"url": "https://github.com/vladmandic/snaps/issues"
},
"homepage": "https://vladmandic.github.io/snaps/index.html",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vladmandic/snaps.git"
},
"scripts": {
"start": "build --profile production && node --no-warnings --enable-source-maps dist/snaps.js",
"dev": "build --profile development",
"build": "build --profile production"
},
"keywords": [],
"devDependencies": {
"@microsoft/api-extractor": "^7.33.6",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@vladmandic/build": "^0.7.14",
"esbuild": "^0.15.15",
"eslint": "8.28.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json": "^3.1.0",
"tslib": "^2.4.1",
"typedoc": "^0.23.21",
"typescript": "4.9.3"
},
"dependencies": {
"@types/jquery": "^3.5.14",
"@types/node": "^18.11.9",
"@vladmandic/pilogger": "^0.4.6",
"jquery": "^3.6.1",
"onvif": "link:onvif",
"sharp": "^0.31.2"
}
}