-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1017 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
36
37
{
"name": "dbassistant",
"version": "0.3.6",
"description": "",
"main": "./bin/cli.js",
"bin": "./bin/cli.js",
"scripts": {
"build": "pkg . --out-path ..\\release_dbassistant -t node10-win-x64,node10-macos-x64 && copy changelog.md ..\\release_dbassistant\\changelog.md && move ..\\release_dbassistant\\dbassistant-win.exe ..\\release_dbassistant\\dbassistant.exe && move ..\\release_dbassistant\\dbassistant-macos ..\\release_dbassistant\\dbassistant"
},
"author": "",
"license": "ISC",
"dependencies": {
"byline": "^5.0.0",
"commander": "^2.19.0",
"fs-extra": "^7.0.1",
"log-update": "^2.3.0",
"music-metadata": "^4.0.1",
"npm": "^6.5.0",
"save": "^2.3.3",
"walk": "^2.3.14",
"wavefile": "^8.4.4",
"winston": "^3.2.1",
"xml2js": "^0.4.19",
"lodash": ">=4.17.13"
},
"pkg": {
"scripts": [
"bin/*",
"lib/*"
],
"assets": "templates/*"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-subset": "^1.6.0"
}
}