UNPKG

2.53 kBJSONView Raw
1{
2 "name": "roboter",
3 "version": "6.1.0",
4 "description": "roboter streamlines software development by automating tasks and enforcing conventions.",
5 "contributors": [
6 {
7 "name": "Golo Roden",
8 "email": "golo.roden@thenativeweb.io"
9 },
10 {
11 "name": "Matthias Wagler",
12 "email": "matthias.wagler@thenativeweb.io"
13 },
14 {
15 "name": "Michael Scherer",
16 "email": "mail@michael-scherer.net"
17 },
18 {
19 "name": "Joachim Haecker-Becker",
20 "email": "joachim.haecker-becker@arcor.de"
21 },
22 {
23 "name": "Jan-Hendrik Grundhöfer",
24 "email": "jan-hendrik.grundhoefer@thenativeweb.io"
25 }
26 ],
27 "bin": {
28 "bot": "lib/bin/roboter.js",
29 "roboter": "lib/bin/roboter.js"
30 },
31 "dependencies": {
32 "@babel/cli": "7.4.4",
33 "@babel/core": "7.4.4",
34 "@babel/plugin-transform-runtime": "7.4.4",
35 "@babel/polyfill": "7.4.4",
36 "@babel/preset-env": "7.4.4",
37 "@babel/preset-react": "7.0.0",
38 "@babel/runtime": "7.4.4",
39 "bump-regex": "4.0.0",
40 "buntstift": "1.5.1",
41 "chokidar": "2.1.6",
42 "command-line-args": "5.1.1",
43 "command-line-commands": "2.0.1",
44 "command-line-usage": "5.0.5",
45 "common-tags": "1.8.0",
46 "defekt": "2.0.1",
47 "depcheck": "0.8.0",
48 "eslint": "5.16.0",
49 "eslint-config-es": "3.0.0",
50 "execa": "1.0.0",
51 "findsuggestions": "1.0.0",
52 "fs-extra": "8.0.1",
53 "globby": "9.2.0",
54 "lodash": "4.17.11",
55 "mocha": "6.1.4",
56 "processenv": "1.1.0",
57 "remark": "10.0.1",
58 "remark-toc": "5.1.1",
59 "require-dir": "1.2.0",
60 "rimraf": "2.6.3",
61 "strip-ansi": "5.2.0",
62 "update-notifier": "3.0.0"
63 },
64 "devDependencies": {
65 "assertthat": "3.0.0",
66 "isolated": "1.0.1",
67 "react": "16.8.6",
68 "shelljs": "0.8.3"
69 },
70 "scripts": {
71 "analyse": "eslint --config eslint-config-es/node \"**/*.js\" --ignore-path .eslintignore",
72 "test": "mocha --async-only --bail --recursive --reporter spec --ui tdd test/integration/roboterTests.js",
73 "publish-patch": "npm run analyse && npm run test && npm version patch && git push --tags && git push && npm publish",
74 "publish-minor": "npm run analyse && npm run test && npm version minor && git push --tags && git push && npm publish",
75 "publish-major": "npm run analyse && npm run test && npm version major && git push --tags && git push && npm publish"
76 },
77 "repository": {
78 "type": "git",
79 "url": "git://github.com/thenativeweb/roboter.git"
80 },
81 "keywords": [
82 "build"
83 ],
84 "license": "MIT"
85}