-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 837 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 837 Bytes
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
{
"name": "@jupiterone/insights-dashboards",
"version": "4.5.2",
"description": "JupiterOne Insights Dashboards",
"repository": {
"type": "git",
"url": "https://github.com/JupiterOne/insights-dashboards"
},
"license": "UNLICENSED",
"main": "insights-dashboards.js",
"module": "insights-dashboards.es5.js",
"typings": "insights-dashboards.d.ts",
"scripts": {
"build": "rimraf dist && rollup -c",
"postbuild": "cp package-lock.json package.json ./dist",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"rimraf": "^6.1.0",
"rollup": "^2.41.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.34.1",
"typescript": "^4.8.4"
}
}