@dollardonationclub/impactapi-js
Version:
JavaScript SDK for integrating the DDC Impact Widget into any website
67 lines (66 loc) • 1.48 kB
JSON
{
"name": "@dollardonationclub/impactapi-js",
"version": "0.3.0",
"description": "JavaScript SDK for integrating the DDC Impact Widget into any website",
"keywords": [
"widget",
"sdk",
"impact",
"donation",
"dollardonationclub",
"impactapi",
"ddc",
"iframe",
"embed"
],
"license": "MIT",
"author": "Dollar Donation Club",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Dollar-Donation-Club/impactapi-sdk.git"
},
"homepage": "https://github.com/Dollar-Donation-Club/impactapi-sdk#readme",
"bugs": {
"url": "https://github.com/Dollar-Donation-Club/impactapi-sdk/issues"
},
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsup",
"build:production": "NODE_ENV=production tsup",
"dev": "tsup --watch",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"type-check": "tsc --noEmit",
"clean": "rm -rf dist",
"prepublishOnly": "pnpm run build:production"
},
"devDependencies": {
"@ddc/shared": "workspace:*",
"@eslint/js": "9.36.0",
"@types/node": "^22.18.6",
"dotenv": "17.2.3",
"eslint": "9.36.0",
"eslint-config-prettier": "10.1.8",
"globals": "16.4.0",
"prettier": "3.6.2",
"tsup": "8.5.0",
"typescript": "^5.9.2",
"typescript-eslint": "8.44.1"
}
}