{ "name": "@woodpecker-ci/plugin-index", "version": "0.1.0", "private": true, "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "start": "pnpm run style && concurrently 'tsc -w' 'tsc -w -p tsconfig.jsx.json'", "build": "pnpm run style && tsc && tsc -p tsconfig.jsx.json", "style": "mkdir -p dist/theme/ && cp src/theme/style.css dist/theme/style.css" }, "devDependencies": { "@docusaurus/module-type-aliases": "^2.4.1", "@docusaurus/theme-classic": "^2.4.1", "@docusaurus/types": "^2.4.1", "@tsconfig/docusaurus": "^2.0.0", "@types/marked": "^5.0.0", "@types/node": "^18.17.1", "axios": "^1.0.0", "concurrently": "^8.0.0", "marked": "^9.0.0", "tslib": "^2.6.1", "typescript": "^5.0.0" }, "peerDependencies": { "react": "^17.0.2 || ^18.0.0", "react-dom": "^17.0.2 || ^18.0.0" }, "dependencies": { "fuse.js": "^6.6.2", "yaml": "^2.3.1" } }