@divvi/referral-sdk
Version:
SDK for managing referrals in the Divvi ecosystem
81 lines (80 loc) • 2.09 kB
JSON
{
"name": "@divvi/referral-sdk",
"version": "2.3.0",
"description": "SDK for managing referrals in the Divvi ecosystem",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"scripts": {
"clean": "rm -rf dist",
"build": "yarn clean && tsc -p tsconfig.build.json",
"typecheck": "tsc --noEmit",
"test": "jest",
"lint": "eslint src --ext .ts",
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepare": "yarn build",
"knip": "knip",
"test:all": "yarn typecheck && yarn lint && yarn test",
"release": "semantic-release"
},
"keywords": [
"divvi",
"referral",
"sdk"
],
"author": "Divvi",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^18.19.119",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@valora/eslint-config-typescript": "^1.1.31",
"@valora/prettier-config": "^0.0.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^28.14.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-native": "^5.0.0",
"jest": "^29.7.0",
"knip": "^5.61.3",
"prettier": "^3.6.2",
"semantic-release": "^24.2.7",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"viem": "^2.32.0"
},
"prettier": "@valora/prettier-config",
"release": {
"branches": [
"main"
],
"preset": "conventionalcommits"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/divvi-xyz/divvi-referral-sdk.git"
},
"bugs": {
"url": "https://github.com/divvi-xyz/divvi-referral-sdk/issues"
},
"homepage": "https://github.com/divvi-xyz/divvi-referral-sdk#readme",
"publishConfig": {
"access": "public",
"provenance": true
}
}