UNPKG

1.22 kBJSONView Raw
1{
2 "name": "@hpcc-js/bundle",
3 "version": "2.10.13",
4 "description": "hpcc-js - bundle",
5 "main": "lib-umd/index.js",
6 "module": "lib-es6/index.js",
7 "types": "types/index.d.ts",
8 "typesVersions": {
9 "<3.8": {
10 "*": [
11 "types-ts3.4/*"
12 ]
13 }
14 },
15 "files": [
16 "types/*",
17 "types-3.4/*",
18 "lib-es6/*",
19 "src/*.css",
20 "dist/*"
21 ],
22 "directories": {
23 "lib": "lib/"
24 },
25 "scripts": {
26 "clean": "rimraf lib* *.tsbuildinfo",
27 "gen-legacy-types": "downlevel-dts ./types ./types-3.4",
28 "build": "tsc"
29 },
30 "devDependencies": {
31 "@types/node": "^10",
32 "rimraf": "2.6.3",
33 "typescript": "3.9.2"
34 },
35 "repository": {
36 "type": "git",
37 "url": "git+https://github.com/hpcc-systems/Visualization.git"
38 },
39 "author": "Gordon Smith <gordonjsmith@gmail.com>",
40 "contributors": [],
41 "license": "Apache-2.0",
42 "bugs": {
43 "url": "https://github.com/hpcc-systems/Visualization/issues"
44 },
45 "homepage": "https://github.com/hpcc-systems/Visualization",
46 "gitHead": "1066859ae5a016375ab5d5e5860a1f924784103c"
47}