Files
apophis-fastify/src/cli/__fixtures__/verify-no-contracts/package.json
T

14 lines
252 B
JSON
Raw Normal View History

{
"name": "@apophis/fixture-verify-no-contracts",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "node app.js",
"test": "node --test"
},
"dependencies": {
"fastify": "^5.0.0",
"@fastify/swagger": "^9.0.0"
}
}