@openapi-io-ts/core
Version:
openapi-io-ts core package
41 lines (40 loc) • 886 B
JSON
{
"name": "@openapi-io-ts/core",
"version": "0.1.0",
"description": "openapi-io-ts core package",
"keywords": [
"openapi",
"io-ts",
"codegen",
"code generation",
"swagger",
"validation"
],
"license": "MIT",
"homepage": "https://github.com/Fredx87/openapi-io-ts",
"repository": {
"type": "git",
"url": "https://github.com/Fredx87/openapi-io-ts.git",
"directory": "packages/core"
},
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.module.js",
"unpkg": "dist/index.umd.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "rimraf dist",
"prebuild": "yarn clean",
"build": "microbundle"
},
"devDependencies": {
"microbundle": "^0.13.0"
},
"gitHead": "ff95676a4bc57a935a1175115b2effee493bd838"
}