@explorins/pers-sdk
Version:
Platform-agnostic SDK for PERS (Phygital Experience Rewards System)
61 lines (60 loc) • 1.49 kB
JSON
{
"name": "@explorins/pers-sdk",
"version": "1.1.0-beta.0",
"description": "Platform-agnostic SDK for PERS (Phygital Experience Rewards System)",
"type": "module",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.esm.js",
"require": "./index.js"
},
"./core": {
"types": "./core.d.ts",
"import": "./core.esm.js",
"require": "./core.js"
},
"./business": {
"types": "./business/index.d.ts",
"import": "./business.esm.js",
"require": "./business.js"
}
},
"scripts": {
"build": "rollup -c",
"build:watch": "rollup -c --watch",
"clean": "rimraf dist",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src/**/*.ts",
"prepublishOnly": "npm run clean && npm run build",
"publish": "npm publish"
},
"dependencies": {
"@explorins/pers-shared": "*"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"rollup": "^4.50.0",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^5.4.5"
},
"peerDependencies": {
"@explorins/pers-shared": "*"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"pers",
"business",
"sdk",
"platform-agnostic"
],
"author": "Explorins",
"license": "MIT"
}