UNPKG

1.39 kBJSONView Raw
1{
2 "name": "twitbot-cli",
3 "version": "0.1.0-beta23",
4 "description": "twitbot-cli package",
5 "main": "dist/index.js",
6 "scripts": {
7 "prebuild": "rimraf ./dist",
8 "prepublish": "npm run build",
9 "build": "babel ./src --out-dir ./dist",
10 "test": "xo ./src && ava ./test"
11 },
12 "xo": {
13 "esnext": true,
14 "semicolon": false,
15 "rules": {
16 "camelcase": [
17 2,
18 {
19 "properties": "never"
20 }
21 ]
22 }
23 },
24 "ava": {
25 "require": [
26 "babel-register"
27 ]
28 },
29 "repository": {
30 "type": "git",
31 "url": "git+https://github.com/c0b41/twitbot.git"
32 },
33 "keywords": [
34 "twitbot",
35 "twitbot-cli"
36 ],
37 "author": "c0b41",
38 "license": "MIT",
39 "bugs": {
40 "url": "https://github.com/c0b41/twitbot/issues"
41 },
42 "homepage": "https://github.com/c0b41/twitbot#readme",
43 "devDependencies": {
44 "ava": "^0.15.2",
45 "babel-cli": "^6.10.1",
46 "babel-plugin-add-module-exports": "^0.1.4",
47 "babel-plugin-syntax-async-functions": "^6.8.0",
48 "babel-plugin-transform-regenerator": "^6.9.0",
49 "babel-polyfill": "^6.9.1",
50 "babel-preset-es2015": "^6.9.0",
51 "rimraf": "^2.5.2",
52 "xo": "^0.12.1"
53 },
54 "dependencies": {
55 "clor": "^2.0.2",
56 "debug": "^2.2.0",
57 "loud-rejection": "^1.5.0",
58 "object.omit": "^2.0.0",
59 "twitbot-core": "0.1.0-beta6",
60 "twitbot-util": "0.1.0-beta12"
61 }
62}