Files
archived-typedoc-plugin-mar…/package.json
2020-09-02 11:02:21 +01:00

29 lines
678 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.10",
"@types/node": "^14.6.2",
"@types/tmp": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"copyfiles": "^2.3.0",
"eslint": "^7.7.0",
"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"
}
}