UNPKG

1.26 kBJSONView Raw
1{
2 "name": "@mainframe/bot-sdk",
3 "version": "0.0.1",
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",
11 "build:flow": "flow-copy-source src lib",
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 "start": "npm run build"
15 },
16 "dependencies": {
17 "body-parser": "^1.17.2",
18 "debug": "^2.6.8",
19 "express": "^4.15.3",
20 "flow-copy-source": "^1.1.0",
21 "node-fetch": "^1.7.1",
22 "react": "^15.6.1",
23 "react-dom": "^15.6.1",
24 "react-json-renderer": "^0.0.3"
25 },
26 "devDependencies": {
27 "babel-cli": "^6.24.1",
28 "babel-core": "^6.25.0",
29 "babel-plugin-syntax-export-extensions": "^6.13.0",
30 "babel-plugin-syntax-object-rest-spread": "^6.13.0",
31 "babel-plugin-transform-export-extensions": "^6.22.0",
32 "babel-plugin-transform-object-rest-spread": "^6.23.0",
33 "babel-preset-env": "^1.5.2",
34 "babel-preset-react": "^6.24.1",
35 "del-cli": "^1.0.0",
36 "flow-bin": "^0.49.1",
37 "prettier": "^1.4.4"
38 }
39}