{ "name": "{{.ProjectName}}", "version": "0.1.0", "description": "", "main": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "preinstall": "cp -f index.html JS/index.html &cp -f index.html TS/index.html && rm -rf index.html" }, "author": "{{.AuthorName}}", "license": "ISC", "workspaces": [ "JS", "TS" ] }