-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.32 KB
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
{
"name": "scripts-bash",
"version": "1.0.0",
"description": "Projecto de desarrollo de script en base a lenguaje de consola Bash Shell",
"main": "app.js",
"scripts": {
"test-tooldev": "npm run build-tooldev && run-tooldev install",
"build-tooldev": "bash build/build-tooldev.sh",
"reset-tooldev": "sudo rm /bin/run-tooldev && sudo rm -R /usr/share/tooldev",
"deploy-tooldev": "npm run build-tooldev && bash gitmanager/git-manager.sh start",
"test-sascha": "npm run build-sascha && run-sascha",
"build-sascha": "bash build/build-sascha.sh",
"reset-sascha": "sudo rm /bin/sascha && sudo rm -R /usr/share/sascha",
"resetest-sascha": "sudo rm /bin/run-sascha && sudo rm -R /usr/share/sascha",
"deploy-sascha": "npm run build-sascha && bash gitmanager/git-manager.sh start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Leo1305Pineda/scripts-bash.git"
},
"keywords": [
"bash",
"sh",
"shell"
],
"author": "Leonardo Pineda",
"license": "ISC",
"bugs": {
"url": "https://github.com/Leo1305Pineda/scripts-bash/issues"
},
"homepage": "https://github.com/Leo1305Pineda/scripts-bash#readme",
"dependencies": {
"install": "^0.10.4",
"javascript-to-typescript": "^1.0.2",
"npm": "^5.7.1"
},
"devDependencies": {
"typings": "^2.1.1"
}
}