11 lines
221 B
JSON
11 lines
221 B
JSON
{
|
|
"name": "healthcheck-survey-bot",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"test": "node --test test/*.test.js",
|
|
"deploy-workflow": "node scripts/deploy-workflow.js"
|
|
}
|
|
}
|