@nativescript-community/ui-persistent-bottomsheet
Version:
NativeScript plugin that allows you to easily add a persistent bottomsheet to your projects.
30 lines • 1.51 kB
JSON
{
"name": "@nativescript-community/ui-persistent-bottomsheet-angular",
"main": "index.js",
"module": "fesm2015/nativescript-community-ui-persistent-bottomsheet-angular.mjs",
"es2020": "fesm2020/nativescript-community-ui-persistent-bottomsheet-angular.mjs",
"esm2020": "esm2020/nativescript-community-ui-persistent-bottomsheet-angular.mjs",
"fesm2020": "fesm2020/nativescript-community-ui-persistent-bottomsheet-angular.mjs",
"fesm2015": "fesm2015/nativescript-community-ui-persistent-bottomsheet-angular.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/nativescript-community-ui-persistent-bottomsheet-angular.mjs",
"es2020": "./fesm2020/nativescript-community-ui-persistent-bottomsheet-angular.mjs",
"es2015": "./fesm2015/nativescript-community-ui-persistent-bottomsheet-angular.mjs",
"node": "./fesm2015/nativescript-community-ui-persistent-bottomsheet-angular.mjs",
"default": "./fesm2020/nativescript-community-ui-persistent-bottomsheet-angular.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
},
"scripts": {
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
}
}