woodpecker/docs/plugins/woodpecker-plugins/package.json

29 lines
785 B
JSON
Raw Normal View History

{
"name": "@woodpecker-ci/plugin-index",
"version": "0.1.0",
2021-11-27 14:13:00 +00:00
"private": true,
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"start": "concurrently 'tsc -w' 'tsc -w -p tsconfig.jsx.json'",
"build": "tsc && tsc -p tsconfig.jsx.json"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.0.0-beta.18",
"@docusaurus/theme-classic": "^2.0.0-beta.18",
"@docusaurus/types": "^2.0.0-beta.18",
"@octokit/openapi-types": "^11.2.0",
"@octokit/rest": "^18.12.0",
"@tsconfig/docusaurus": "^1.0.5",
"@types/marked": "^4.0.3",
"clsx": "^1.1.1",
"concurrently": "^7.0.0",
"marked": "^4.0.12",
"typescript": "^4.6.3"
},
"peerDependencies": {
2021-11-27 14:13:00 +00:00
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}