You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
ozgurkon-2020-site/package.json

16 lines
414 B

{
"name": "proto-site-2019",
"version": "1.0.0",
"main": "index.js",
"author": "Igor Laborie <ilaborie@gmail.com>",
"license": "MIT",
"scripts": {
"extract-data": "node tools/extract-data.js",
"publish": "echo 'TODO: firebase deploy'",
"publish:prod": "echo 'TODO: firebase deploy -P devfest-prod'"
},
"devDependencies": {
"firebase-tools": "^6.2.2",
"js-yaml": "^3.12.0"
}
}