UNPKG

1.12 kBJSONView Raw
1{
2 "name": "@antv/bin",
3 "version": "0.2.3-beta.2",
4 "description": "",
5 "main": "index.js",
6 "directories": {
7 "lib": "lib"
8 },
9 "dependencies": {
10 "commander": "~2.9.0",
11 "inquirer": "~3.1.0",
12 "lodash": "~4.17.4",
13 "shelljs": "~0.7.8",
14 "through2": "~2.0.3",
15 "validate-npm-package-name": "~3.0.0",
16 "vinyl-fs": "~2.4.4"
17 },
18 "devDependencies": {
19 "babel-eslint": "~7.2.3",
20 "eslint": "~3.19.0",
21 "eslint-config-airbnb": "~15.0.1",
22 "eslint-config-egg": "~4.2.0",
23 "eslint-plugin-html": "~3.1.1",
24 "eslint-plugin-jsx-a11y": "~5.1.1",
25 "eslint-plugin-react": "~7.1.0",
26 "pre-commit": "~1.2.2",
27 "standard-version": "~4.0.0"
28 },
29 "scripts": {
30 "dump-version": "standard-version",
31 "lint": "eslint ./",
32 "lint-fix": "eslint --fix ./",
33 "test": "echo \"Error: no test specified\" && exit 1"
34 },
35 "bin": {
36 "antv-bin": "index.js"
37 },
38 "pre-commit": {
39 "run": [
40 "lint"
41 ],
42 "silent": false
43 },
44 "repository": {
45 "type": "git",
46 "url": "git@gitlab.alibaba-inc.com:datavis/bin.git"
47 },
48 "author": "",
49 "license": "MIT"
50}