Projektstart
This commit is contained in:
52
backend/node_modules/avvio/package.json
generated
vendored
Normal file
52
backend/node_modules/avvio/package.json
generated
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"name": "avvio",
|
||||
"version": "8.4.0",
|
||||
"description": "Asynchronous bootstrapping of Node applications",
|
||||
"main": "boot.js",
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
"lint": "standard",
|
||||
"lint:fix": "standard --fix",
|
||||
"test": "npm run test:unit && npm run test:typescript",
|
||||
"test:unit": "tap",
|
||||
"test:typescript": "tsc --project ./test/types/tsconfig.json"
|
||||
},
|
||||
"precommit": [
|
||||
"lint",
|
||||
"test"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/fastify/avvio.git"
|
||||
},
|
||||
"keywords": [
|
||||
"async",
|
||||
"boot",
|
||||
"delayed",
|
||||
"open"
|
||||
],
|
||||
"author": "Matteo Collina <hello@matteocollina.com>",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Tomas Della Vedova",
|
||||
"url": "http://delved.org"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/fastify/avvio/issues"
|
||||
},
|
||||
"homepage": "https://github.com/fastify/avvio#readme",
|
||||
"devDependencies": {
|
||||
"@fastify/pre-commit": "^2.0.2",
|
||||
"@types/node": "^20.1.0",
|
||||
"express": "^4.17.1",
|
||||
"standard": "^17.0.0",
|
||||
"tap": "^16.0.0",
|
||||
"typescript": "^5.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fastify/error": "^3.3.0",
|
||||
"fastq": "^1.17.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user