Files
honeymoose 44cfcac889
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Build (push) Has been cancelled
GitHub Pages / Deploy (push) Has been cancelled
Update Package
2026-02-20 07:58:55 -05:00

69 lines
1.6 KiB
JSON

{
"name": "vitepress-plugin-adsense",
"version": "0.0.1",
"description": "Insert Google AdSense script to `index.html` and create `ads.txt` file",
"keywords": [
"node",
"vite",
"vite-plugin",
"google",
"adsense",
"advertisement"
],
"homepage": "https://src.isharkfly.com/iSharkFly-Open/vitepress-plugin-adsense/src/branch/main/README.md",
"bugs": {
"url": "https://src.isharkfly.com/iSharkFly-Open/vitepress-plugin-adsense/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guoyunhe/vite-plugin-adsense.git"
},
"funding": "https://github.com/sponsors/guoyunhe",
"license": "MPL-2.0",
"author": {
"name": "Guo Yunhe",
"email": "i@guoyunhe.me"
},
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"scripts": {
"build": "rive build",
"build:watch": "rive build --watch",
"lint": "rive lint",
"lint:fix": "rive lint --fix",
"start": "rive start",
"test": "rive test",
"test:ui": "rive test --ui",
"test:watch": "rive test --watch"
},
"prettier": "prettier-config-rive",
"eslintConfig": {
"extends": "eslint-config-rive"
},
"devDependencies": {
"@mdx-js/react": "^3.0.1",
"@types/node": "^20.11.24",
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.20",
"react": "^18.2.0",
"react-doc-ui": "^2.2.6",
"react-dom": "^18.2.0",
"rive": "^2.0.33",
"typescript": "^5.3.3",
"vite": "^5.1.5"
},
"rive": {
"template": "node",
"doc": {
"basename": "/vite-plugin-adsense/"
}
}
}