|
| 1 | +{ |
| 2 | + "name": "@ama-openapi/create-extension", |
| 3 | + "version": "0.0.0-placeholder", |
| 4 | + "preferUnplugged": true, |
| 5 | + "publishConfig": { |
| 6 | + "access": "public" |
| 7 | + }, |
| 8 | + "description": "Create a new OpenApi Specification extension project", |
| 9 | + "keywords": [ |
| 10 | + "create", |
| 11 | + "openapi", |
| 12 | + "extension" |
| 13 | + ], |
| 14 | + "bin": "./src/index.js", |
| 15 | + "scripts": { |
| 16 | + "nx": "nx", |
| 17 | + "ng": "yarn nx", |
| 18 | + "compile": "tsc -b tsconfig.build.json", |
| 19 | + "build": "yarn nx build ama-openapi-create", |
| 20 | + "copy:templates": "cpy 'templates/**' dist/templates/", |
| 21 | + "postbuild": "cpy 'package.json' 'dist' && patch-package-json-main" |
| 22 | + }, |
| 23 | + "peerDependencies": { |
| 24 | + "@o3r/telemetry": "workspace:~", |
| 25 | + "type-fest": "^5.3.1" |
| 26 | + }, |
| 27 | + "peerDependenciesMeta": { |
| 28 | + "@o3r/telemetry": { |
| 29 | + "optional": true |
| 30 | + }, |
| 31 | + "type-fest": { |
| 32 | + "optional": true |
| 33 | + } |
| 34 | + }, |
| 35 | + "dependencies": { |
| 36 | + "@ama-openapi/core": "workspace:~", |
| 37 | + "@ama-openapi/create": "workspace:~", |
| 38 | + "ejs": "~3.1.9", |
| 39 | + "globby": "^11.1.0", |
| 40 | + "tslib": "^2.6.2", |
| 41 | + "yargs": "~18.0.0" |
| 42 | + }, |
| 43 | + "devDependencies": { |
| 44 | + "@angular-devkit/schematics": "~21.1.0", |
| 45 | + "@angular/cli": "~21.1.0", |
| 46 | + "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0", |
| 47 | + "@nx/eslint": "~22.5.0", |
| 48 | + "@nx/eslint-plugin": "~22.5.0", |
| 49 | + "@nx/jest": "~22.5.0", |
| 50 | + "@nx/js": "~22.5.0", |
| 51 | + "@o3r/build-helpers": "workspace:~", |
| 52 | + "@o3r/eslint-config": "workspace:~", |
| 53 | + "@o3r/eslint-plugin": "workspace:~", |
| 54 | + "@o3r/telemetry": "workspace:~", |
| 55 | + "@o3r/test-helpers": "workspace:~", |
| 56 | + "@schematics/angular": "~21.1.0", |
| 57 | + "@stylistic/eslint-plugin": "~5.7.0", |
| 58 | + "@types/ejs": "^3.1.2", |
| 59 | + "@types/jest": "~30.0.0", |
| 60 | + "@types/minimist": "^1.2.2", |
| 61 | + "@types/node": "~24.10.0", |
| 62 | + "@types/semver": "^7.3.13", |
| 63 | + "@types/yargs": "~17.0.33", |
| 64 | + "@typescript-eslint/parser": "~8.54.0", |
| 65 | + "angular-eslint": "~21.2.0", |
| 66 | + "cpy-cli": "^6.0.0", |
| 67 | + "eslint": "~9.39.0", |
| 68 | + "eslint-import-resolver-node": "~0.3.9", |
| 69 | + "eslint-import-resolver-typescript": "~4.4.0", |
| 70 | + "eslint-plugin-import": "~2.32.0", |
| 71 | + "eslint-plugin-import-newlines": "~1.4.0", |
| 72 | + "eslint-plugin-jest": "~29.12.0", |
| 73 | + "eslint-plugin-jsdoc": "~61.7.0", |
| 74 | + "eslint-plugin-prefer-arrow": "~1.2.3", |
| 75 | + "eslint-plugin-unicorn": "~62.0.0", |
| 76 | + "eslint-plugin-unused-imports": "~4.3.0", |
| 77 | + "globals": "^16.0.0", |
| 78 | + "jest": "~30.2.0", |
| 79 | + "jest-junit": "~16.0.0", |
| 80 | + "jest-util": "~30.2.0", |
| 81 | + "jsonc-eslint-parser": "~2.4.0", |
| 82 | + "nx": "~22.5.0", |
| 83 | + "rimraf": "^6.0.1", |
| 84 | + "rxjs": "^7.8.1", |
| 85 | + "semver": "^7.5.2", |
| 86 | + "ts-jest": "~29.4.0", |
| 87 | + "type-fest": "^5.3.1", |
| 88 | + "typescript": "~5.9.2", |
| 89 | + "typescript-eslint": "~8.54.0" |
| 90 | + }, |
| 91 | + "generatorDependencies": { |
| 92 | + "@redocly/openapi-core": "~2.18.0" |
| 93 | + }, |
| 94 | + "engines": { |
| 95 | + "node": "^20.19.0 || ^22.17.0 || ^24.0.0", |
| 96 | + "yarn": ">=2.0.0 <5.0.0", |
| 97 | + "npm": ">=4" |
| 98 | + } |
| 99 | +} |
0 commit comments