mirror of
https://github.com/LukeHagar/aperture.git
synced 2025-12-06 04:19:09 +00:00
12 lines
240 B
JSON
12 lines
240 B
JSON
{
|
|
"name": "@your/openapi-types",
|
|
"version": "0.1.0",
|
|
"description": "Mock OpenAPI types package for development",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"schema-manifest.json"
|
|
]
|
|
}
|