2021-12-08 01:02:17 +08:00
|
|
|
{
|
|
|
|
"name": "{{.ProjectName}}",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "",
|
|
|
|
"scripts": {
|
2021-12-09 12:43:14 +08:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2021-12-11 01:00:50 +08:00
|
|
|
"postinstall": "cp -f index.js.html JS/index.html & cp -f index.ts.html TS/index.html && rm -rf *.html"
|
2021-12-08 01:02:17 +08:00
|
|
|
},
|
|
|
|
"author": "{{.AuthorName}}",
|
|
|
|
"license": "ISC",
|
2021-12-15 21:40:51 +08:00
|
|
|
"workspaces": ["JS", "TS"],
|
|
|
|
"engines": {
|
2021-12-15 21:43:02 +08:00
|
|
|
"npm": ">=7.0.0"
|
2021-12-15 21:40:51 +08:00
|
|
|
}
|
2021-12-08 01:02:17 +08:00
|
|
|
}
|