-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·54 lines (54 loc) · 1.43 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@caci-critical-insight-solutions/nucleus-core",
"version": "0.0.18",
"author": "Next Century, a subsidiary of CACI (https://nextcentury.com)",
"bugs": {
"url": "https://github.com/NextCenturyCorporation/nucleus/issues"
},
"description": "The Core Components, Models, and Services for NUCLEUS",
"homepage": "https://github.com/NextCenturyCorporation/nucleus",
"keywords": [
"search",
"filter",
"aggregate",
"query",
"visualization",
"big data"
],
"license": "Apache-2.0",
"main": "dist/index.js",
"prepublish": "npx tsc",
"repository": {
"type": "git",
"url": "git+https://github.com/NextCenturyCorporation/nucleus.git"
},
"scripts": {
"test": "npx karma start",
"build": "npx tsc"
},
"types": "dist/index.d.ts",
"dependencies": {
"core-js": "~2.6.8",
"js-yaml": "^3.13.1",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"npx": "^10.2.0"
},
"devDependencies": {
"@types/jasmine": "^3.5.10",
"@webcomponents/webcomponentsjs": "^2.2.10",
"eslint": "^5.16.0",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-jasmine": "^2.10.1",
"jasmine": "^3.5.0",
"jasmine-core": "^3.5.0",
"js-beautify": "^1.10.0",
"karma": "^5.0.9",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^3.3.1",
"karma-typescript": "^5.0.3",
"sass-lint": "^1.13.1",
"typescript": "3.6.2"
}
}