mirror of
https://github.com/tauri-apps/typedoc-plugin-markdown.git
synced 2026-01-31 00:45:20 +01:00
33 lines
793 B
JSON
33 lines
793 B
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"lint": "lerna run lint",
|
|
"build": "lerna run build",
|
|
"pretest": "lerna run build",
|
|
"test": "lerna run test --parallel",
|
|
"deploy": "lerna publish from-package",
|
|
"postinstall": "lerna bootstrap"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.4",
|
|
"@types/jest": "^26.0.18",
|
|
"@types/node": "^14.14.11",
|
|
"@types/tmp": "^0.2.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.9.1",
|
|
"@typescript-eslint/parser": "^4.9.1",
|
|
"copyfiles": "^2.4.1",
|
|
"cuid": "^2.1.8",
|
|
"eslint": "^7.15.0",
|
|
"fs-extra": "^9.0.1",
|
|
"jest": "^26.6.3",
|
|
"lerna": "^3.22.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.2.1",
|
|
"tmp": "^0.2.1",
|
|
"ts-jest": "^26.4.4"
|
|
}
|
|
}
|