-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.93 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "kkpoon-assistant",
"version": "1.0.0",
"description": "kkpoon personal assistant",
"main": "lib/index.js",
"private": true,
"scripts": {
"gulp": "gulp",
"build": "tsc",
"test": "jest",
"deploy:webhook": "gulp deploy:webhook",
"deploy:messagehandler": "gulp deploy:messagehandler"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kkpoon/assistant.git"
},
"author": "kkpoon <noopkk@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kkpoon/assistant/issues"
},
"homepage": "https://github.com/kkpoon/assistant#readme",
"devDependencies": {
"@types/aws-lambda": "^0.0.10",
"@types/aws-sdk": "^2.7.0",
"@types/form-data": "^0.0.33",
"@types/jest": "^19.2.3",
"@types/lodash": "^4.14.64",
"@types/node-fetch": "^1.6.7",
"codecov": "^2.2.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-awslambda": "^0.4.0",
"gulp-install": "^1.1.0",
"gulp-typescript": "^3.1.6",
"gulp-zip": "^4.0.0",
"jest": "^20.0.3",
"run-sequence": "^1.2.2",
"ts-jest": "^20.0.4",
"typescript": "^2.3.2"
},
"dependencies": {
"@reactivex/rxjs": "^5.3.1",
"@types/node-wit": "^4.2.2",
"@types/superagent": "^3.5.2",
"aws-sdk": "^2.49.0",
"facebook-webhook-lambda": "^1.0.2",
"form-data": "^2.1.4",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"node-fetch": "^1.6.3",
"node-wit": "^4.2.0",
"superagent": "^3.5.2"
},
"jest": {
"transform": {
"^.+\\.ts$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|js)$",
"moduleFileExtensions": [
"ts",
"js",
"json"
]
}
}