autorest.azureresourceschema/package.json

33 строки
856 B
JSON

{
"name": "@autorest/azureresourceschema",
"version": "4.0.0",
"scripts": {
"build": "tsc -p .",
"test": "jest",
"start": "node ./dist/src/main.js",
"lint": "eslint src --ext ts",
"lint:fix": "eslint src --ext ts --fix"
},
"dependencies": {
"@autorest/codemodel": "^4.19.2",
"@autorest/extension-base": "^3.5.0",
"@types/lodash": "^4.14.191",
"autorest": "^3.6.2"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^18.11.17",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"colors": "^1.4.0",
"dir-compare": "^4.0.0",
"eslint": "^8.30.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-jest": "^27.1.7",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}