UNPKG

cactive

Version:

Link in to the vast and epic CactiveNetwork ecosystem.

31 lines (30 loc) 667 B
{ "name": "cactive", "version": "2.2.8", "description": "Link in to the vast and epic CactiveNetwork ecosystem.", "main": "dist/index.js", "scripts": { "build": "tsc --project .", "test": "npm run build && node test.js", "dev": "nodemon --exec \"npm run test\" --watch ." }, "keywords": [ "Cactive", "Connections", "Ecosystem", "Payments", "Discord" ], "author": "CactiveNetwork", "license": "ISC", "dependencies": { "node-fetch": "^2.6.6", "ws": "^8.2.3" }, "devDependencies": { "@types/node-fetch": "^2.5.12", "@types/ws": "^8.2.0", "nodemon": "^2.0.15", "tsc-watch": "^4.6.2" } }