UNPKG

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