-
-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.08 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "avvio",
"version": "8.2.1",
"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": {
"@fastify/pre-commit": "^2.0.2",
"@types/node": "^20.1.0",
"express": "^4.17.1",
"semver": "^7.1.3",
"standard": "^17.0.0",
"tap": "^16.0.0",
"then-sleep": "^1.0.1",
"typescript": "^5.0.2"
},
"dependencies": {
"archy": "^1.0.0",
"fastq": "^1.6.1"
}
}