@hpcc-js/comms
Version:
hpcc-js - Communications
73 lines (72 loc) • 2.31 kB
JSON
{
"name": "@hpcc-js/comms",
"version": "2.1.1",
"description": "hpcc-js - Communications",
"main": "dist/index.node.js",
"module": "dist/index.es6",
"browser": "dist/index.js",
"unpkg": "dist/index.min.js",
"types": "types/index.node.d.ts",
"files": [
"types/*",
"lib-es6/*",
"src/*.css",
"dist/*"
],
"scripts": {
"clean": "rimraf lib* types dist",
"compile-es6": "tsc --module es6 --outDir ./lib-es6",
"compile-es6-watch": "npm run compile-es6 -- -w",
"compile-umd": "tsc --module umd --outDir ./lib-umd",
"bundle": "rollup -c",
"bundle-watch": "npm run bundle -- -w",
"minimize-browser": "uglifyjs dist/index.js -c -m --source-map -o dist/index.min.js",
"minimize-node": "uglifyjs dist/index.node.js -c -m --source-map -o dist/index.node.min.js",
"minimize": "npm run minimize-browser && npm run minimize-node",
"build": "npm run compile-es6 && npm run bundle",
"watch": "run-p compile-es6-watch bundle-watch",
"lint": "tslint --project . src/**/*.ts",
"docs": "typedoc --options tdoptions.json ."
},
"dependencies": {
"@hpcc-js/util": "^2.2.2",
"whatwg-fetch": "2.0.3"
},
"devDependencies": {
"@hpcc-js/bundle": "^0.0.45",
"@types/d3-request": "1.0.2",
"@types/d3-time-format": "2.1.0",
"@types/node": "8.0.51",
"@types/request": "0.0.41",
"@types/xmldom": "0.1.29",
"d3-time-format": "2.1.0",
"node-fetch": "2.0.0",
"npm-run-all": "4.1.5",
"rimraf": "2.6.2",
"rollup": "0.63.5",
"rollup-plugin-alias": "1.4.0",
"rollup-plugin-commonjs": "9.1.4",
"rollup-plugin-node-resolve": "3.3.0",
"rollup-plugin-postcss": "1.6.2",
"safe-buffer": "5.1.1",
"tmp": "0.0.33",
"tslib": "1.9.3",
"tslint": "5.11.0",
"typedoc": "0.12.0",
"typescript": "3.3.3",
"uglify-js": "3.4.9",
"xmldom": "0.1.27"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hpcc-systems/Visualization.git"
},
"author": "Gordon Smith <gordonjsmith@gmail.com>",
"contributors": [],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hpcc-systems/Visualization/issues"
},
"homepage": "https://github.com/hpcc-systems/Visualization",
"gitHead": "0e8fe38042c3a4e79d1ade2217fa1f9c506ddf01"
}