27 строки
537 B
JSON
27 строки
537 B
JSON
{
|
|
"name": "@internal/scripts",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"beachball": "beachball",
|
|
"lint": "",
|
|
"lint:fix": "",
|
|
"build": "",
|
|
"build:stable": "",
|
|
"clean": "",
|
|
"test": "jest",
|
|
"test:ci-coverage": "",
|
|
"test:stable": "",
|
|
"prettier": "",
|
|
"prettier:check": ""
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "7.23.9",
|
|
"@jest/transform": "29.7.0",
|
|
"@types/yargs": "^17.0.29",
|
|
"babel-jest": "^29.5.0",
|
|
"jest": "29.7.0",
|
|
"yargs": "^17.7.2"
|
|
}
|
|
}
|