UNPKG

1.65 kBJSONView Raw
1{
2 "name": "@exoplay/exobot-build",
3 "version": "1.0.1",
4 "description": "build and run tools for exobot",
5 "main": "index.js",
6 "bin": {
7 "exobot": "./bin/exobot.js"
8 },
9 "scripts": {
10 "build": "webpack",
11 "watch": "webpack --watch"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/exoplay/exobot-build.git"
16 },
17 "keywords": [
18 "exobot",
19 "chat",
20 "bot"
21 ],
22 "author": "Jack Lawson <ajacksified@gmail.com>",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/exoplay/exobot-build/issues"
26 },
27 "homepage": "https://github.com/exoplay/exobot-build#readme",
28 "dependencies": {
29 "@exoplay/exobot": "^4.2.3",
30 "babel-core": "^6.23.1",
31 "babel-loader": "^6.3.2",
32 "babel-plugin-syntax-decorators": "^6.13.0",
33 "babel-plugin-syntax-export-extensions": "^6.13.0",
34 "babel-plugin-transform-class-properties": "^6.23.0",
35 "babel-plugin-transform-decorators": "^6.22.0",
36 "babel-plugin-transform-decorators-legacy": "^1.3.4",
37 "babel-plugin-transform-es2015-object-super": "^6.22.0",
38 "babel-plugin-transform-export-extensions": "^6.22.0",
39 "babel-preset-babili": "^0.0.11",
40 "babel-preset-es2015": "^6.22.0",
41 "babel-preset-stage-2": "^6.22.0",
42 "chalk": "^1.1.3",
43 "change-case": "^3.0.1",
44 "fs-extra": "^2.0.0",
45 "generator-exobot": "0.0.12",
46 "progress-bar-webpack-plugin": "^1.9.3",
47 "webpack": "^2.2.1",
48 "webpack-node-externals": "^1.5.4",
49 "yargs": "^6.6.0",
50 "yeoman-environment": "^1.6.6",
51 "yo": "^1.8.5"
52 },
53 "peerDependencies": {
54 "regenerator-runtime": "^0.9.6",
55 "source-map-support": "^0.4.6"
56 }
57}