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
Knut Ahlers 520af847c3
npm update / audit fix / dedupe
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-08-02 02:24:44 +02:00

16 lines
296 B
JSON

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