{ "name": "@ironservices/licensing", "version": "1.0.0", "description": "Software licensing and activation SDK for JavaScript/TypeScript", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts --clean", "dev": "tsup src/index.ts --format cjs,esm --dts --watch", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build" }, "keywords": [ "licensing", "activation", "license-key", "software-licensing", "feature-flags", "trial", "subscription" ], "author": "IronServices", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/IronServices/ironlicensing-js.git" }, "homepage": "https://www.ironlicensing.com", "devDependencies": { "tsup": "^8.0.0", "typescript": "^5.3.0" } }