mvp-ticket/package.json

16 lines
297 B
JSON
Raw Normal View History

2024-05-22 16:28:08 +02:00
{
"name": "mvp-ticket",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build:api": "openapi-generator-cli generate"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.13.4"
}
}