forked from bpatrik/pigallery2-sample-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 807 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
{
"name": "pigallery2-extension-digikam-connector",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"lodash": "4.17.21",
"pigallery2-extension-kit": "2.0.3-edge4"
},
"devDependencies": {
"@types/express": "4.17.17",
"@types/node": "18.15.0",
"@types/node-geocoder": "4.2.0",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"eslint": "^8.54.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-promise": "^6.1.1",
"typeconfig": "2.1.2",
"typeorm": "0.3.12",
"typescript": "^4.8.4"
},
"scripts": {
"build": "tsc",
"_comment": "https://www.erwinsmit.com/auto-format-typescript-npm-task/",
"fix-format": "eslint --ext ts . --fix"
}
}