UNPKG

1.24 kBJSONView Raw
1{
2 "name": "@mainframe/bot-sdk",
3 "version": "0.0.3",
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 "node-fetch": "^1.7.1",
21 "react": "^15.6.1",
22 "react-json-renderer": "^0.0.3"
23 },
24 "devDependencies": {
25 "babel-cli": "^6.24.1",
26 "babel-core": "^6.25.0",
27 "babel-plugin-syntax-export-extensions": "^6.13.0",
28 "babel-plugin-syntax-object-rest-spread": "^6.13.0",
29 "babel-plugin-transform-export-extensions": "^6.22.0",
30 "babel-plugin-transform-object-rest-spread": "^6.23.0",
31 "babel-preset-env": "^1.5.2",
32 "babel-preset-react": "^6.24.1",
33 "del-cli": "^1.0.0",
34 "flow-bin": "^0.49.1",
35 "flow-copy-source": "^1.1.0",
36 "prettier": "^1.4.4"
37 }
38}