UNPKG

license-bb

Version:

SDK to create license for any project.

53 lines (52 loc) 1.2 kB
{ "name": "license-bb", "version": "1.4.15", "description": "SDK to create license for any project.", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/sachin-8055/license-bb.git" }, "engines": { "node": ">=16.17.0" }, "keywords": [ "Blue", "Bricks", "BlueBricks", "Licensing", "Licensing node", "license-bb" ], "author": "sachin-8055", "license": "MIT", "devDependencies": { "@types/ip": "^1.1.3", "@types/node": "^20.12.4", "@types/node-cron": "^3.0.11", "@types/node-forge": "^1.3.11", "ts-node": "^10.9.2", "tsup": "^6.7.0", "typescript": "^5.4.3" }, "dependencies": { "axios": "^1.7.7", "crypto": "^1.0.1", "fs": "^0.0.1-security", "hash.js": "^1.1.7", "ip": "^2.0.1", "moment-timezone": "^0.5.45", "node-cron": "^3.0.3", "node-forge": "^1.3.1", "node-machine-id": "^1.1.12" } }