gobot-gokapi
Version:
Gokapi helper for Gobot
39 lines (38 loc) • 875 B
JSON
{
"name": "gobot-gokapi",
"version": "1.8.2-alpha.23",
"description": "Gokapi helper for Gobot",
"type": "module",
"main": "dist/api.js",
"scripts": {
"clean": "rimraf dist",
"dev": "tsx ./src/cli.ts",
"build": "npm run clean && tsup-node src/cli.ts src/api.ts --dts src/api.ts --format esm"
},
"bin": {
"gokapi": "./dist/cli.js"
},
"repository": {
"type": "https",
"url": "https://github.com/benallfree/gobot/tree/main/src/apps/gokapi/helper"
},
"keywords": [
"gobot",
"gokapi",
"Gokapi"
],
"author": "Ben Allfree",
"license": "ISC",
"bugs": {
"url": "https://github.com/benallfree/gobot/issues"
},
"homepage": "https://www.npmjs.com/package/gobot-gokapi",
"dependencies": {
"gobot": "*"
},
"devDependencies": {
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.4.2"
}
}