@cotofe/service-of-system
Version:
OpenAPI client for @cotofe/service-of-system
54 lines • 1.21 kB
JSON
{
"name": "@cotofe/service-of-system",
"type": "module",
"version": "1.3.0",
"description": "OpenAPI client for @cotofe/service-of-system",
"author": "OpenAPI-Generator",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
},
"keywords": [
"cotofe",
"service",
"system",
"openapi"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/esm/index.d.ts",
"import": "./dist/esm/index.js"
},
"./api": {
"types": "./dist/esm/apis/index.d.ts",
"import": "./dist/esm/apis/index.js"
},
"./models": {
"types": "./dist/esm/models/index.d.ts",
"import": "./dist/esm/models/index.js"
}
},
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"files": [
"README.md",
"dist"
],
"typings": "./dist/index.d.ts",
"dependencies": {
"@cotofe/svc-runtime": "0.0.2"
},
"devDependencies": {
"typescript": "^4.0 || ^5.0"
},
"scripts": {
"build:clean": "rimraf dist",
"build": "tsc && tsc -p tsconfig.esm.json",
"watch": "tsc -p tsconfig.esm.json --watch"
}
}