UNPKG

@exoplay/exobot-build

Version:
61 lines (60 loc) 1.7 kB
{ "name": "@exoplay/exobot-build", "version": "2.0.0-beta.5", "description": "build and run tools for exobot", "main": "index.js", "bin": { "exobot-build": "./bin/exobot.js" }, "scripts": { "build": "webpack --config webpack.config.babel.js", "lint": "eslint src" }, "repository": { "type": "git", "url": "git+https://github.com/exoplay/exobot-build.git" }, "keywords": [ "exobot", "chat", "bot" ], "author": "Jack Lawson <ajacksified@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/exoplay/exobot-build/issues" }, "homepage": "https://github.com/exoplay/exobot-build#readme", "dependencies": { "@babel/core": "^7.9.0", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-decorators": "^7.8.3", "@babel/preset-env": "^7.9.0", "@babel/register": "^7.9.0", "babel-plugin-syntax-export-extensions": "^6.13.0", "babel-preset-minify": "^0.5.1", "chalk": "^4.0.0", "progress-bar-webpack-plugin": "^2.1.0", "source-map-support": "^0.5.16", "webpack": "^4.42.1", "webpack-cli": "^3.3.11", "webpack-node-externals": "^1.5.4", "yargs": "^15.3.1" }, "peerDependencies": { "@exoplay/exobot": ">5", "babel-loader": "^8.1.0", "source-map-support": "^0.5.16" }, "devDependencies": { "@exoplay/eslint-config-exobot": "^2.2.1", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.1.0", "eslint-import-resolver-webpack": "^0.12.1", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-jest": "^23.8.2" } }