{ "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.0", "@docusaurus/theme-classic": "^2.4.0", "@docusaurus/types": "^2.4.0", "@tsconfig/docusaurus": "^1.0.7", "@types/marked": "^4.0.7", "@types/node": "^18.11.2", "axios": "^0.27.2", "concurrently": "^7.6.0", "marked": "^4.3.0", "tslib": "^2.5.0", "typescript": "^4.9.5" }, "peerDependencies": { "react": "^17.0.2", "react-dom": "^17.0.2" }, "dependencies": { "fuse.js": "^6.6.2", "yaml": "^2.2.1" } }