-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 973 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 973 Bytes
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
{
"name": "bootcamp-fullstack-igti",
"version": "1.0.0",
"description": "Projetos desenvolvidos no bootcamp fullstack da IGTI",
"main": "./fundamentos/trabalho-pratico/projeto/js/script.js",
"scripts": {
"dev-fundamentos-trabalho-pratico": "babel ./fundamentos/trabalho-pratico/projeto/js/script.js -o ./fundamentos/trabalho-pratico/projeto/js/script-babel.js",
"dev-fundamentos-desafio": "babel ./fundamentos/desafio/projeto/js/script.js -o ./fundamentos/desafio/projeto/js/script-babel.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/testtzlaffe/bootcamp-fullstack-igti.git"
},
"author": "Christian Alpoim",
"license": "ISC",
"bugs": {
"url": "https://github.com/testtzlaffe/bootcamp-fullstack-igti/issues"
},
"homepage": "https://github.com/testtzlaffe/bootcamp-fullstack-igti#readme",
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6"
}
}