You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.1 KiB
50 lines
1.1 KiB
{
|
|
"name": "avvio",
|
|
"version": "7.2.5",
|
|
"description": "Asynchronous bootstrapping of Node applications",
|
|
"main": "boot.js",
|
|
"scripts": {
|
|
"test": "standard && tap -J test/*test.js && npm run typescript",
|
|
"typescript": "tsc --project ./test/types/tsconfig.json"
|
|
},
|
|
"precommit": "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": {
|
|
"@types/node": "^16.0.0",
|
|
"express": "^4.17.1",
|
|
"pre-commit": "^1.2.2",
|
|
"semver": "^7.1.3",
|
|
"standard": "^16.0.1",
|
|
"tap": "^15.0.0",
|
|
"then-sleep": "^1.0.1",
|
|
"typescript": "^4.0.2"
|
|
},
|
|
"dependencies": {
|
|
"archy": "^1.0.0",
|
|
"debug": "^4.0.0",
|
|
"fastq": "^1.6.1",
|
|
"queue-microtask": "^1.1.2"
|
|
}
|
|
}
|