Files
archived-typedoc-plugin-mar…/package.json
2020-09-11 19:44:17 +01:00

32 lines
761 B
JSON

{
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"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.1",
"@types/jest": "^26.0.13",
"@types/node": "^14.10.0",
"@types/tmp": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"copyfiles": "^2.3.0",
"cuid": "^2.1.8",
"eslint": "^7.8.1",
"fs-extra": "^9.0.1",
"jest": "^26.4.2",
"lerna": "^3.22.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"tmp": "^0.2.1",
"ts-jest": "^26.3.0"
}
}