1
0
Fork 0
mirror of https://github.com/Luzifer/gmail-manage.git synced 2024-11-08 15:30:10 +00:00
gmail-manage/package.json

17 lines
294 B
JSON
Raw Normal View History

{
"babel": {
"presets": [
"google-apps-script"
],
"comments": false
},
"scripts": {
"build": "babel src/*.js --out-file app.js"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"babel-preset-google-apps-script": "0.0.3"
}
}