-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.16 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "mssqlapifile-app",
"version": "1.0.5",
"description": "Files loader to Microsoft SQL Server",
"main": "dist/src/index.js",
"bin": "dist/src/index.js",
"scripts": {
"test": "node ./dist/test/index.js",
"update": "npx npm-check-updates -u && npm i && npm audit fix && node ./node_modules/vv-template-nodebackend/index.js",
"build": "tsc",
"compile": "node ./.auto/compile.js",
"precommit": "node ./.auto/precommit.js"
},
"pkg": {
"scripts": "dist/src/*.js",
"assets": [
"dist/src/**/*.js",
"dist/src/package.json",
"node_modules/vv-logger/dist/src/*.js",
"node_modules/vv-logger/dist/src/**/.js",
"node_modules/mssqltask/dist/src/*.js",
"node_modules/mssqltask/dist/src/**/.js"
],
"targets": [
"win-x64",
"linux-x64"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/VasilevVitalii/mssqlapifile-app.git"
},
"author": "Vitalii Vasilev",
"license": "MIT",
"bugs": {
"url": "https://github.com/VasilevVitalii/mssqlapifile-app/issues"
},
"homepage": "https://github.com/VasilevVitalii/mssqlapifile-app#readme",
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/node": "20.4.2",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"adm-zip": "^0.5.10",
"eslint": "8.44.0",
"npm-check-updates": "16.10.15",
"pkg": "^5.8.1",
"prettier": "3.0.0",
"resedit": "^1.5.0",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"vv-template-nodebackend": "^0.0.14"
},
"dependencies": {
"deep-rename-keys": "^0.2.1",
"fast-xml-parser": "^4.2.5",
"fs-extra": "^11.1.1",
"mssqldriver": "^1.0.1",
"vv-common": "^0.1.2",
"vv-httpgate": "^0.1.1",
"vv-jwt": "^0.0.5",
"vv-logger": "^0.1.0",
"vv-metronom": "^0.1.2",
"wildcard": "^2.0.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
}
}