UNPKG

905 BJSONView Raw
1{
2 "name": "@hpcc-js/bundle",
3 "version": "2.10.8",
4 "description": "hpcc-js - bundle",
5 "main": "lib-umd/index.js",
6 "module": "lib-es6/index.js",
7 "types": "types/index.d.ts",
8 "files": [
9 "types/*",
10 "lib-es6/*",
11 "src/*.css",
12 "dist/*"
13 ],
14 "directories": {
15 "lib": "lib/"
16 },
17 "scripts": {
18 "clean": "rimraf lib* *.tsbuildinfo",
19 "build": "tsc"
20 },
21 "devDependencies": {
22 "@types/node": "^10",
23 "rimraf": "2.6.3",
24 "typescript": "3.6.4"
25 },
26 "repository": {
27 "type": "git",
28 "url": "git+https://github.com/hpcc-systems/Visualization.git"
29 },
30 "author": "Gordon Smith <gordonjsmith@gmail.com>",
31 "contributors": [],
32 "license": "Apache-2.0",
33 "bugs": {
34 "url": "https://github.com/hpcc-systems/Visualization/issues"
35 },
36 "homepage": "https://github.com/hpcc-systems/Visualization",
37 "gitHead": "f8d1b4b693e13c8540ac9c3224062eeba20da02e"
38}