strong-tie/inbound-calls
0
1{2 "name": "avvio",3 "version": "9.1.0",4 "description": "Asynchronous bootstrapping of Node applications",5 "main": "boot.js",6 "type": "commonjs",7 "scripts": {8 "lint": "standard",9 "lint:fix": "standard --fix",10 "test": "npm run test:unit && npm run test:typescript",11 "test:unit": "tap",12 "test:typescript": "tsc --project ./test/types/tsconfig.json"13 },14 "precommit": [15 "lint",16 "test"17 ],18 "repository": {19 "type": "git",20 "url": "git+https://github.com/fastify/avvio.git"21 },22 "keywords": [23 "async",24 "boot",25 "delayed",26 "open"27 ],28 "author": "Matteo Collina <hello@matteocollina.com>",29 "contributors": [30 {31 "name": "Tomas Della Vedova",32 "url": "http://delved.org"33 }34 ],35 "license": "MIT",36 "bugs": {37 "url": "https://github.com/fastify/avvio/issues"38 },39 "homepage": "https://github.com/fastify/avvio#readme",40 "devDependencies": {41 "@fastify/pre-commit": "^2.1.0",42 "@types/node": "^22.0.0",43 "standard": "^17.1.0",44 "tap": "^18.7.1",45 "typescript": "^5.4.2"46 },47 "dependencies": {48 "@fastify/error": "^4.0.0",49 "fastq": "^1.17.1"50 }51}52 