mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
31 lines
855 B
JSON
31 lines
855 B
JSON
{
|
|
"name": "definitelytyped-tools",
|
|
"private": true,
|
|
"workspaces": ["packages/*"],
|
|
"scripts": {
|
|
"prepare": "lerna bootstrap --no-ci",
|
|
"pretest": "npm run build",
|
|
"lint": "eslint . --ext .ts",
|
|
"format": "prettier --write 'packages/**/*.ts'",
|
|
"test": "jest",
|
|
"build": "tsc -b tsconfig.all.json"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^25.1.3",
|
|
"@types/node": "^12.12.29",
|
|
"@types/yargs": "^15.0.4",
|
|
"@typescript-eslint/eslint-plugin": "^2.22.0",
|
|
"@typescript-eslint/parser": "^2.22.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "^6.10.0",
|
|
"eslint-plugin-import": "^2.20.1",
|
|
"eslint-plugin-jsdoc": "^22.0.0",
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
"jest": "^25.1.0",
|
|
"lerna": "^3.20.2",
|
|
"prettier": "^1.19.1",
|
|
"ts-jest": "^25.2.1",
|
|
"typescript": "^3.8.3"
|
|
}
|
|
}
|