hgbot/package.json

19 lines
385 B
JSON

{
"name": "hgbot",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc",
"prestart":"npm run build",
"start":"node dist/index.js"
},
"author": "",
"license": "Unlicense",
"dependencies": {
"@types/mustache": "^4.2.2",
"mustache": "^4.2.0"
}
}