-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
35 lines (35 loc) · 852 Bytes
/
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
{
"name": "nestjs-agenda",
"version": "2.0.0",
"description": "agenda for nest.js",
"main": "dist/index.js",
"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]/hanFengSan/nestjs-agenda.git"
},
"keywords": [
"nestjs",
"agenda"
],
"author": "Alex Chen",
"license": "MIT",
"bugs": {
"url": "https://github.com/hanFengSan/nestjs-agenda/issues"
},
"homepage": "https://github.com/hanFengSan/nestjs-agenda#readme",
"dependencies": {
"@nestjs/common": "^6.6.7",
"@nestjs/core": "^6.6.7",
"@types/agenda": "^2.0.5",
"agenda": "^3.1.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.3"
},
"devDependencies": {
"typescript": "^3.6.3"
}
}