gasinit
Version:
Generate files and folder for google-apps-script project use TypeScript
14 lines • 335 B
JSON
{
"name": "{{projectName}}",
"version": "1.0.0",
"description": "{{projectDescription}}",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"keywords": [],
"author": "Your Name",
"license": "ISC"
}