@cactive/id
Version:
Interaction with the ID system.
36 lines (35 loc) • 877 B
JSON
{
"name": "@cactive/id",
"version": "1.0.2",
"description": "Interaction with the ID system.",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "npm run build && node test.js",
"dev": "nodemon --exec \"npm run test\" --watch ."
},
"keywords": [
"Cactive",
"Connections",
"Ecosystem"
],
"author": "Cactive",
"license": "ISC",
"dependencies": {
"@types/node": "^20.3.3",
"phin": "^3.7.0"
},
"devDependencies": {
"nodemon": "^2.0.15",
"tsc-watch": "^4.6.2"
},
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/CactiveNetwork/ConnectionsNPM.git"
},
"bugs": {
"url": "https://github.com/CactiveNetwork/ConnectionsNPM/issues"
},
"homepage": "https://github.com/CactiveNetwork/ConnectionsNPM#readme"
}