UNPKG

@ctrl/react-adsense

Version:
62 lines (61 loc) 1.64 kB
{ "name": "@ctrl/react-adsense", "version": "1.8.0", "description": "Typescript adsense module", "author": "Scott Cooper <scttcper@gmail.com>", "license": "MIT", "repository": "scttcper/react-adsense", "main": "dist/index.js", "module": "dist/module/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "sideEffects": false, "keywords": [ "ads", "google", "typescript" ], "scripts": { "lint": "biome check . && eslint .", "lint:fix": "biome check --apply . && eslint --fix .", "prepare": "npm run build", "build": "tsc -p tsconfig.build.json && tsc -p tsconfig.module.json", "demo:build": "pnpm --filter demo-app build", "demo:watch": "pnpm --filter demo-app dev", "test": "vitest run", "test:watch": "vitest", "test:ci": "vitest run --coverage --reporter=default --reporter=junit --outputFile=./junit.xml" }, "dependencies": { "tslib": "^2.8.1" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@ctrl/eslint-config-biome": "4.2.16", "@eslint/compat": "1.2.4 ", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.1.0", "@types/node": "22.10.1", "@types/react": "19.0.0", "@vitest/coverage-v8": "2.1.8", "eslint-config-xo-react": "0.27.0", "eslint-plugin-react": "7.37.2", "eslint-plugin-react-hooks": "5.1.0", "happy-dom": "15.11.7", "react": "19.0.0", "typescript": "5.7.2", "vitest": "2.1.8", "eslint": "9.16.0" }, "publishConfig": { "access": "public", "provenance": true }, "release": { "branches": [ "master" ] } }