UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

55 lines (54 loc) 1.42 kB
{ "name": "@apic/wmgw-smith-inventory", "version": "12.0.54", "license": "ISC", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "build": "tsc", "test": "jest", "test-coverage": "jest --coverage", "test-coverage:last-changes": "node scripts/jest-compare-main.js" }, "dependencies": { "@apic/smith-inventory": "^12.0.66", "@apic/wmgw-smith-schema-specification": "12.0.0", "ajv": "^8.17.1", "js-yaml": "^4.1.0" }, "devDependencies": { "@types/jest": "^29.5.0", "@types/js-yaml": "^4.0.9", "jest": "^29.7.0", "ts-jest": "^29.1.0", "ts-node": "^10.9.2", "typescript": "^5.2.2" }, "jest": { "preset": "ts-jest", "testEnvironment": "node", "extensionsToTreatAsEsm": [ ".ts" ], "moduleNameMapper": { "^(\\.{1,2}/.*)\\.js$": "$1" }, "transform": { "^.+\\.tsx?$": [ "ts-jest", { "useESM": true } ] }, "transformIgnorePatterns": [ "node_modules/(?!(@apic)/)" ], "testMatch": [ "**/__tests__/**/*.{js,ts}", "**/?(*.)+(spec|test).{js,ts}" ] } }