|
| 1 | +{ |
| 2 | + "name": "@o3r/pipeline", |
| 3 | + "version": "0.0.0-placeholder", |
| 4 | + "publishConfig": { |
| 5 | + "access": "public" |
| 6 | + }, |
| 7 | + "typings": "./dist/src/public_api.d.ts", |
| 8 | + "main": "dist/src/public_api.js", |
| 9 | + "description": "A package that provides toolchain related helpers.", |
| 10 | + "keywords": [ |
| 11 | + "toolchain", |
| 12 | + "pipeline", |
| 13 | + "otter", |
| 14 | + "otter-module" |
| 15 | + ], |
| 16 | + "scripts": { |
| 17 | + "nx": "nx", |
| 18 | + "ng": "yarn nx", |
| 19 | + "test": "yarn nx test pipeline", |
| 20 | + "copy:templates": "yarn cpy 'schematics/**/templates{-*,}/**/*' dist/schematics", |
| 21 | + "prepare:build:builders": "yarn cpy '{collection,migration}.json' dist && yarn cpy 'schematics/**/schema.json' dist/schematics && yarn copy:templates", |
| 22 | + "prepare:publish": "prepare-publish ./dist", |
| 23 | + "build:source": "tsc -b tsconfig.build.json && yarn cpy package.json dist/", |
| 24 | + "build:builders": "tsc -b tsconfig.builders.json --pretty && yarn copy:templates && generate-cjs-manifest", |
| 25 | + "build": "yarn nx build pipeline", |
| 26 | + "postbuild": "patch-package-json-main" |
| 27 | + }, |
| 28 | + "exports": { |
| 29 | + "./package.json": { |
| 30 | + "default": "./package.json" |
| 31 | + }, |
| 32 | + ".": { |
| 33 | + "default": "./dist/src/public_api.js", |
| 34 | + "typings": "./dist/src/public_api.d.ts" |
| 35 | + } |
| 36 | + }, |
| 37 | + "dependencies": { |
| 38 | + "js-yaml": "^4.1.0", |
| 39 | + "tslib": "^2.6.2" |
| 40 | + }, |
| 41 | + "peerDependencies": { |
| 42 | + "@o3r/schematics": "workspace:^", |
| 43 | + "@o3r/telemetry": "workspace:^" |
| 44 | + }, |
| 45 | + "peerDependenciesMeta": { |
| 46 | + "@o3r/schematics": { |
| 47 | + "optional": true |
| 48 | + }, |
| 49 | + "@o3r/telemetry": { |
| 50 | + "optional": true |
| 51 | + } |
| 52 | + }, |
| 53 | + "devDependencies": { |
| 54 | + "@angular-devkit/architect": "~0.1802.0", |
| 55 | + "@angular-devkit/core": "~18.2.0", |
| 56 | + "@angular-devkit/schematics": "~18.2.0", |
| 57 | + "@angular-eslint/eslint-plugin": "~18.3.0", |
| 58 | + "@compodoc/compodoc": "^1.1.19", |
| 59 | + "@nx/eslint-plugin": "~19.5.0", |
| 60 | + "@nx/jest": "~19.5.0", |
| 61 | + "@nx/js": "~19.5.0", |
| 62 | + "@o3r/build-helpers": "workspace:^", |
| 63 | + "@o3r/eslint-plugin": "workspace:^", |
| 64 | + "@o3r/schematics": "workspace:^", |
| 65 | + "@o3r/telemetry": "workspace:^", |
| 66 | + "@o3r/test-helpers": "workspace:^", |
| 67 | + "@schematics/angular": "~18.2.0", |
| 68 | + "@stylistic/eslint-plugin-ts": "~2.4.0", |
| 69 | + "@types/jest": "~29.5.2", |
| 70 | + "@types/js-yaml": "^4.0.5", |
| 71 | + "@types/node": "^20.0.0", |
| 72 | + "@typescript-eslint/eslint-plugin": "^7.14.1", |
| 73 | + "@typescript-eslint/parser": "^7.14.1", |
| 74 | + "@typescript-eslint/utils": "^7.14.1", |
| 75 | + "cpy-cli": "^5.0.0", |
| 76 | + "eslint": "^8.57.0", |
| 77 | + "eslint-import-resolver-node": "^0.3.9", |
| 78 | + "eslint-plugin-jest": "~28.8.0", |
| 79 | + "eslint-plugin-jsdoc": "~48.11.0", |
| 80 | + "eslint-plugin-prefer-arrow": "~1.2.3", |
| 81 | + "eslint-plugin-unicorn": "^54.0.0", |
| 82 | + "jest": "~29.7.0", |
| 83 | + "jest-junit": "~16.0.0", |
| 84 | + "jsonc-eslint-parser": "~2.4.0", |
| 85 | + "nx": "~19.5.0", |
| 86 | + "pid-from-port": "^1.1.3", |
| 87 | + "ts-jest": "~29.2.0", |
| 88 | + "ts-node": "~10.9.2", |
| 89 | + "typescript": "~5.5.4" |
| 90 | + }, |
| 91 | + "engines": { |
| 92 | + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" |
| 93 | + }, |
| 94 | + "schematics": "./collection.json", |
| 95 | + "ng-update": { |
| 96 | + "migrations": "./migration.json" |
| 97 | + } |
| 98 | +} |
0 commit comments