UNPKG

2.67 kBJSONView Raw
1{
2 "name": "@hpcc-js/comms",
3 "version": "2.13.1",
4 "description": "hpcc-js - Communications",
5 "main": "dist/index.node.js",
6 "module": "dist/index.es6",
7 "module-node": "dist/index.node.es6",
8 "browser": "dist/index.js",
9 "unpkg": "dist/index.min.js",
10 "jsdelivr": "dist/index.min.js",
11 "types": "types/index.node.d.ts",
12 "files": [
13 "types/*",
14 "lib-es6/*",
15 "src/*.css",
16 "dist/*"
17 ],
18 "scripts": {
19 "clean": "rimraf lib* types dist *.tsbuildinfo",
20 "compile-es6": "tsc --module es6 --outDir ./lib-es6",
21 "compile-es6-watch": "npm run compile-es6 -- -w",
22 "compile-umd": "tsc --module umd --outDir ./lib-umd",
23 "bundle": "rollup -c",
24 "bundle-watch": "npm run bundle -- -w",
25 "minimize-browser": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js",
26 "minimize-node": "terser dist/index.node.js -c -m --source-map \"content='dist/index.node.js.map',url='index.node.min.js.map'\" -o dist/index.node.min.js",
27 "minimize": "npm run minimize-browser && npm run minimize-node",
28 "build": "npm run compile-es6 && npm run bundle",
29 "watch": "run-p compile-es6-watch bundle-watch",
30 "stamp": "node node_modules/@hpcc-js/bundle/src/stamp.js",
31 "lint": "tslint --project . src/**/*.ts",
32 "docs": "typedoc --options tdoptions.json ."
33 },
34 "dependencies": {
35 "@hpcc-js/ddl-shim": "^2.17.1",
36 "@hpcc-js/util": "^2.11.0",
37 "node-fetch": "2.3.0",
38 "safe-buffer": "5.1.2",
39 "tmp": "0.0.33",
40 "xmldom": "0.1.27"
41 },
42 "devDependencies": {
43 "@hpcc-js/bundle": "^2.10.6",
44 "@types/d3-request": "1.0.2",
45 "@types/d3-time-format": "2.1.1",
46 "@types/node": "^10",
47 "@types/request": "0.0.41",
48 "@types/xmldom": "0.1.29",
49 "d3-array": "1.2.4",
50 "d3-time-format": "2.1.3",
51 "npm-run-all": "4.1.5",
52 "rimraf": "2.6.3",
53 "rollup": "1.20.2",
54 "rollup-plugin-alias": "2.0.0",
55 "rollup-plugin-commonjs": "10.1.0",
56 "rollup-plugin-node-resolve": "5.2.0",
57 "rollup-plugin-postcss": "2.0.3",
58 "rollup-plugin-sourcemaps": "0.4.2",
59 "terser": "4.0.0",
60 "tslib": "1.10.0",
61 "tslint": "5.17.0",
62 "typedoc": "0.14.2",
63 "typescript": "3.6.4",
64 "whatwg-fetch": "2.0.3"
65 },
66 "repository": {
67 "type": "git",
68 "url": "git+https://github.com/hpcc-systems/Visualization.git"
69 },
70 "author": "Gordon Smith <gordonjsmith@gmail.com>",
71 "contributors": [],
72 "license": "Apache-2.0",
73 "bugs": {
74 "url": "https://github.com/hpcc-systems/Visualization/issues"
75 },
76 "homepage": "https://github.com/hpcc-systems/Visualization",
77 "gitHead": "d529235cca5341ca91510b1ef16b74d0e14ecde6"
78}