monorepo/api/package.json

14 lines
294 B
JSON
Raw Permalink Normal View History

2024-07-04 18:49:39 +00:00
{
"name": "api",
"version": "0.0.0",
"description": "API specifications defined in your specification of choice.",
"private": true,
"license": "AGPL-3.0-only",
"devDependencies": {},
"scripts": {
"format": "",
"lint": "",
"clean": ""
}
}