29 lines
594 B
JSON
29 lines
594 B
JSON
|
{
|
||
|
"name": "hvacker-api",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"start": "node src/index.js",
|
||
|
"test": "jest --passWithNoTests",
|
||
|
"build": "npm ci",
|
||
|
"lint": "standard"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "ssh://git@git.add123.com:7999/add/hvacker-api.git"
|
||
|
},
|
||
|
"author": "Auto Data Direct, Inc.",
|
||
|
"license": "UNLICENSED",
|
||
|
"dependencies": {
|
||
|
"@slack/bolt": "^3.9.0",
|
||
|
"base-64": "^1.0.0",
|
||
|
"express": "^4.17.3",
|
||
|
"fs": "0.0.1-security",
|
||
|
"jest": "27.0.6"
|
||
|
},
|
||
|
"standard": {
|
||
|
"env": "jest"
|
||
|
}
|
||
|
}
|