29 строки
565 B
JSON
29 строки
565 B
JSON
{
|
|
"name": "az-prom-rules-converter",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"bin": "dist/cli.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "jest"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/jest": "^29.2.4",
|
|
"@types/js-yaml": "^4.0.5",
|
|
"jest": "^29.3.1",
|
|
"ts-jest": "^29.0.3",
|
|
"typescript": "^4.8.4"
|
|
},
|
|
"dependencies": {
|
|
"ajv": "^8.11.2",
|
|
"ajv-formats": "^2.1.1",
|
|
"commander": "^9.4.1",
|
|
"js-yaml": "^4.1.0",
|
|
"moment": "^2.29.4"
|
|
}
|
|
}
|