UNPKG

gobot-constellation

Version:

Constellation helper for Gobot

39 lines (38 loc) 925 B
{ "name": "gobot-constellation", "version": "2.16.3-alpha.23", "description": "Constellation 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": { "constellation": "./dist/cli.js" }, "repository": { "type": "https", "url": "https://github.com/benallfree/gobot/tree/main/src/apps/constellation/helper" }, "keywords": [ "gobot", "constellation", "Constellation" ], "author": "Ben Allfree", "license": "ISC", "bugs": { "url": "https://github.com/benallfree/gobot/issues" }, "homepage": "https://www.npmjs.com/package/gobot-constellation", "dependencies": { "gobot": "*" }, "devDependencies": { "tsup": "^8.0.2", "tsx": "^4.7.1", "typescript": "^5.4.2" } }