Files
archived-typedoc-plugin-mar…/package.json
2020-08-19 21:34:35 +01:00

26 lines
597 B
JSON

{
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "lerna run build",
"test": "lerna run test --stream",
"deploy": "lerna publish from-package",
"postinstall": "lerna bootstrap"
},
"devDependencies": {
"@types/fs-extra": "^9.0.1",
"@types/jest": "^26.0.8",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"copyfiles": "^2.3.0",
"eslint": "^7.7.0",
"jest": "^26.2.2",
"lerna": "^3.5.1",
"prettier": "^2.0.5",
"ts-jest": "^26.1.4"
}
}