UNPKG

1.66 kBJSONView Raw
1{
2 "name": "@mainframe/bot-sdk",
3 "version": "0.0.12",
4 "main": "lib/index.js",
5 "repository": "git@github.com:thusfresh/bot-sdk-js.git",
6 "author": "Paul Le Cam <paul@mainframe.com>",
7 "license": "MIT",
8 "scripts": {
9 "build:clean": "del lib",
10 "build:compile": "babel src --out-dir lib --ignore test.js",
11 "build:flow": "flow-copy-source src lib --ignore **/*.test.js",
12 "build:types": "cp ./lib/types.js.flow ./types.js",
13 "build": "npm run build:clean && npm run build:compile && npm run build:flow && npm run build:types",
14 "flow": "flow",
15 "lint": "eslint ./src",
16 "jest": "jest",
17 "test": "npm run lint && npm run flow",
18 "start": "npm test && npm run build",
19 "prepublishOnly": "npm start"
20 },
21 "dependencies": {
22 "debug": "^2.6.8",
23 "koa": "^2.3.0",
24 "koa-bodyparser": "^4.2.0",
25 "koa-router": "^7.2.1",
26 "node-fetch": "^1.7.1",
27 "react": "^15.6.1",
28 "react-json-renderer": "^0.1.0"
29 },
30 "devDependencies": {
31 "babel-cli": "^6.24.1",
32 "babel-core": "^6.25.0",
33 "babel-eslint": "^7.2.3",
34 "babel-plugin-syntax-export-extensions": "^6.13.0",
35 "babel-plugin-syntax-object-rest-spread": "^6.13.0",
36 "babel-plugin-transform-export-extensions": "^6.22.0",
37 "babel-plugin-transform-object-rest-spread": "^6.23.0",
38 "babel-preset-env": "^1.6.0",
39 "babel-preset-react": "^6.24.1",
40 "del-cli": "^1.0.0",
41 "eslint": "^4.2.0",
42 "eslint-config-prettier": "^2.3.0",
43 "eslint-plugin-flowtype": "^2.34.1",
44 "eslint-plugin-prettier": "^2.1.2",
45 "flow-bin": "^0.49.1",
46 "flow-copy-source": "^1.1.0",
47 "jest": "^20.0.4",
48 "prettier": "^1.4.4"
49 }
50}