-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
32 lines (32 loc) · 1.05 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
{
"name": "@jupiterone/insights-dashboards",
"version": "4.1.0",
"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 yarn.lock package.json ./dist",
"deploy": "jupiterone-manual-deploy -t jupiterone-dev -a apply",
"destroy": "jupiterone-manual-deploy -t jupiterone-dev -a destroy",
"plan": "jupiterone-manual-deploy -t jupiterone-dev -a plan",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@jupiterone/dev-tools": "^11.4.9",
"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"
},
"dependencies": {}
}