@apistudio/apim-cli
Version:
CLI for API Management Products
22 lines • 578 B
JSON
{
"name": "@redocly/config",
"version": "0.22.2",
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
"types": "./lib/index.d.ts",
"devDependencies": {
"@markdoc/markdoc": "0.5.1",
"@types/node": "^22.10.7",
"@types/react": "18.3.9",
"json-schema-to-ts": "2.7.2",
"react-router-dom": "6.21.1",
"rimraf": "5.0.7",
"typescript": "5.6.2"
},
"scripts": {
"clean": "rimraf lib",
"compile": "tsc -p tsconfig.build.json && tsc -p tsconfig.lib-esm.json",
"build": "npm run clean && npm run compile"
}
}