mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-18 21:11:06 +08:00
17 lines
299 B
JSON
17 lines
299 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^24.0.11",
|
|
"@types/node": "^11.13.5",
|
|
"jest": "^24.7.1",
|
|
"jest-circus": "^24.7.1",
|
|
"lerna": "^3.13.3",
|
|
"ts-jest": "^24.0.2",
|
|
"typescript": "^3.4.4"
|
|
}
|
|
}
|