graphql-engine/community/tools/graphql2chartjs/package.json
2019-06-28 16:31:41 +05:30

33 lines
948 B
JSON

{
"name": "graphql2chartjs",
"version": "0.3.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "node test/index.test.js",
"compile": "rm -rf lib && ./node_modules/.bin/babel src --out-dir lib",
"bundle": "rm -rf bundle/js && ./node_modules/.bin/rollup -c",
"launch": "yarn compile && yarn bundle && yarn publish"
},
"author": "Hasura",
"repository": "hasura/graphql-engine",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.2.5",
"inflection": "^1.12.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"browserify": "^16.2.3",
"rollup": "^1.3.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-filesize": "^6.0.1",
"rollup-plugin-multi-entry": "^2.1.0",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-progress": "^1.0.0"
}
}