forked from hanFengSan/nestjs-agenda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 KB
/
package.json
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
{
"name": "@soundbeef/nestjs-agenda",
"version": "3.1.0",
"description": "agenda for nest.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/soundbeef/nestjs-agenda.git"
},
"keywords": [
"nestjs",
"agenda"
],
"author": "Alex Chen",
"license": "MIT",
"bugs": {
"url": "https://github.com/soundbeef/nestjs-agenda/issues"
},
"homepage": "https://github.com/soundbeef/nestjs-agenda#readme",
"dependencies": {
"rxjs": "^7.5.6"
},
"peerDependencies": {
"@nestjs/common": "^9.0.2",
"@nestjs/core": "^9.0.2",
"reflect-metadata": "^0.1.13",
"@hokify/agenda": "^6.2.11"
},
"devDependencies": {
"typescript": "^4.3.5",
"@nestjs/common": "^9.0.2",
"@nestjs/core": "^9.0.2",
"reflect-metadata": "^0.1.13",
"@hokify/agenda": "^6.2.11"
}
}