@apistudio/apim-cli
Version:
CLI for API Management Products
54 lines (53 loc) • 1.36 kB
JSON
{
"name": "@apic/lwgw-smith-inventory",
"version": "12.0.40",
"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",
"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}"
]
}
}