UNPKG

1.28 kBJSONView Raw
1{
2 "name": "@xene/slack",
3 "version": "0.4.5",
4 "description": "Slack bot client for xene framework",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "repository": "https://github.com/dempfi/xene",
8 "author": "Ike Ku <dempfi@yahoo.com>",
9 "license": "Apache-2.0",
10 "scripts": {
11 "prepublishOnly": "npm run build",
12 "test": "echo 'No test'",
13 "lint": "tslint --project tsconfig.json -t stylish",
14 "build": "rm -rf ./dist && tsc -t ES6",
15 "watch": "tsc -w --pretty"
16 },
17 "publishConfig": {
18 "access": "public"
19 },
20 "files": [
21 "dist"
22 ],
23 "dependencies": {
24 "@xene/core": "^0.2.3",
25 "async": "^2.5.0",
26 "eventemitter3": "^2.0.3",
27 "lodash": "^4.17.4",
28 "raw-body": "^2.3.0",
29 "request": "^2.81.0",
30 "request-promise-native": "^1.0.4",
31 "uuid": "^3.1.0",
32 "winston": "^2.3.1",
33 "ws": "^3.1.0"
34 },
35 "devDependencies": {
36 "@types/async": "^2.0.40",
37 "@types/express": "^4.0.36",
38 "@types/koa": "^2.0.39",
39 "@types/lodash": "^4.14.66",
40 "@types/node": "^8.0.24",
41 "@types/request-promise-native": "^1.0.2",
42 "@types/uuid": "^2.0.29",
43 "@types/winston": "^2.3.3",
44 "@types/ws": "^3.0.0",
45 "ava": "^0.22.0",
46 "nyc": "^11.1.0",
47 "tslint": "^5.6.0",
48 "typescript": "^2.5.2"
49 }
50}