-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 836 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "geexec-dashboard-components",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^10.0.14",
"@angular/core": "^10.0.14"
},
"dependencies": {
"tslib": "^2.0.0"
},
"main": "bundles/geexec-dashboard-components.umd.js",
"module": "fesm2015/geexec-dashboard-components.js",
"es2015": "fesm2015/geexec-dashboard-components.js",
"esm2015": "esm2015/geexec-dashboard-components.js",
"fesm2015": "fesm2015/geexec-dashboard-components.js",
"typings": "geexec-dashboard-components.d.ts",
"sideEffects": false,
"scripts": {
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy. This is not allowed.\\nPlease delete and rebuild the package, without compiling with Ivy, before attempting to publish.\\n')\" && exit 1"
}
}