mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
18 lines
342 B
JSON
18 lines
342 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"scripts": {
|
|
"pretest": "npm run build",
|
|
"test": "jest",
|
|
"build": "tsc -b tsconfig.all.json"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^25.1.3",
|
|
"@types/node": "^12.12.29",
|
|
"jest": "^25.1.0",
|
|
"lerna": "^3.20.2",
|
|
"ts-jest": "^25.2.1",
|
|
"typescript": "^3.8.3"
|
|
}
|
|
}
|