зеркало из
1
0
Форкнуть 0
communication-ui-library/common/scripts/package.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"
}
}