UNPKG

getit-sdk

Version:

Getit sdk plugin. Used to provide an ad for your dapp.

65 lines (64 loc) 1.77 kB
{ "name": "getit-sdk", "version": "1.0.13", "description": "Getit sdk plugin. Used to provide an ad for your dapp.", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/Getit-Tech/getit-sdk" }, "scripts": { "prepare": "npm run build", "prepublishOnly": "npm test && npm run prettier && npm run lint", "build": "yarn build:esm && yarn build:cjs", "build:esm": "tsc", "build:cjs": "tsc --module commonjs --outDir dist/cjs", "lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"", "prettier": "prettier --write \"{src,tests,example/src}/**/*.{js,ts,jsx,tsx}\"", "test": "jest --config jestconfig.json" }, "keywords": [ "react", "getit", "getit-sdk", "sdk", "ad" ], "files": [ "dist", "LICENSE", "README.md" ], "author": "Getiti-Tech (developer - padrealex)", "license": "MIT", "devDependencies": { "@testing-library/react": "^14.1.2", "@types/jest": "^29.5.10", "@types/react": "^18.2.41", "@typescript-eslint/eslint-plugin": "^6.13.1", "@typescript-eslint/parser": "^6.13.1", "eslint": "^8.55.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.7.0", "jest-canvas-mock": "^2.5.2", "jest-environment-jsdom": "^29.7.0", "prettier": "^3.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "ts-jest": "^29.1.1", "typescript": "^5.3.2" }, "dependencies": { "axios": "^1.6.2", "jest-transform-css": "^6.0.1", "tslib": "^2.6.2" }, "peerDependencies": { "react": ">=16" } }