-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
58 lines (58 loc) · 1.73 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
{
"name": "gerador-lista-artefato",
"version": "0.0.7",
"description": "App para listar os artefatos incluídos/alterados/renomeados/removidos para geração do orçamento de OF",
"bin": {
"gerador-lista-artefato": "./app.js"
},
"pkg": {
"assets": "./public"
},
"scripts": {
"start": "node app -s",
"dev": "node --inspect app -s",
"test": "jest --runInBand --verbose",
"pkg-win": "pkg . -t node12-win-x64 -o dist/gerador-lista-artefato-win.exe",
"pkg-lin": "pkg . -t node12-linux-x64 -o dist/gerador-lista-artefato-lin",
"pkg-mac": "pkg . -t node12-macos-x64 -o dist/gerador-lista-artefato-mac",
"pkg": "npm run pkg-win && npm run pkg-lin && npm run pkg-mac"
},
"keywords": [],
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/diegomdrs/gerador-lista-artefato"
},
"bugs": {
"url": "https://github.com/diegomdrs/gerador-lista-artefato/issues"
},
"homepage": "https://github.com/diegomdrs/gerador-lista-artefato#readme",
"dependencies": {
"angular": "^1.7.9",
"angular-block-ui": "^0.2.2",
"angular-file-saver": "^1.1.3",
"angular-filter": "^0.5.17",
"angular-moment": "^1.3.0",
"angular-resource": "^1.7.9",
"angular-route": "^1.7.9",
"body-parser": "^1.19.0",
"bootstrap": "^4.6.0",
"commander": "^4.0.1",
"express": "^4.17.1",
"http-status-codes": "^2.1.4",
"json2csv": "^5.0.1",
"moment": "^2.29.1",
"ng-device-detector": "^5.1.4",
"open": "^7.0.2",
"open-iconic": "^1.1.1",
"re-tree": "^0.1.7",
"semver": "^7.3.5",
"ua-device-detector": "^1.1.8"
},
"devDependencies": {
"fs-extra": "^8.1.0",
"jest": "^27.2.5",
"simple-git": "^3.4.0"
}
}