mirror of https://github.com/actions/toolkit
21 lines
448 B
JSON
21 lines
448 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"scripts": {
|
|
"format": "prettier --check packages/**/*.ts",
|
|
"lint": "eslint packages/**/*.ts",
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^24.0.11",
|
|
"@types/node": "^11.13.5",
|
|
"@types/signale": "^1.2.1",
|
|
"jest": "^24.7.1",
|
|
"jest-circus": "^24.7.1",
|
|
"lerna": "^3.13.3",
|
|
"prettier": "^1.17.0",
|
|
"ts-jest": "^24.0.2",
|
|
"typescript": "^3.4.4"
|
|
}
|
|
}
|