@nova-ui/bits
Version:
SolarWinds Nova Framework
70 lines • 1.7 kB
JSON
{
"analyze": false,
"author": "SolarWinds <nova-ui@solarwinds.com>",
"contributors": [
{
"name": "SolarWinds Nova Team"
}
],
"description": "SolarWinds Nova Framework",
"exports": {
"./sdk/atoms": {
"default": "./sdk/atoms/index.js",
"types": "./sdk/atmos/index.d.ts"
},
"./sdk/atoms/*": {
"default": "./sdk/atoms/*.js",
"types": "./sdk/atoms/*.d.ts"
},
"./sdk/schematics": {
"default": "./sdk/schematics/index.js",
"types": "./sdk/schematics/index.d.ts"
},
"./sdk/schematics/*": {
"default": "./sdk/schematics/*.js",
"types": "./sdk/schematics/*.d.ts"
},
"./sdk/*": "./sdk/*",
"./bundles/*": "./bundles/*",
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/nova-ui-bits.mjs",
"esm": "./esm2022/nova-ui-bits.mjs",
"default": "./fesm2022/nova-ui-bits.mjs"
}
},
"keywords": [
"bits",
"nova",
"nova-ui",
"solarwinds"
],
"license": "Apache-2.0",
"main": "public_api.js",
"name": "@nova-ui/bits",
"ng-update": {
"migrations": "./sdk/schematics/migration.json"
},
"peerDependencies": {
"highlight.js": "^11.6.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46"
},
"repository": {
"type": "git",
"url": "https://github.com/solarwinds/nova.git"
},
"schematics": "./sdk/schematics/collection.json",
"typings": "index.d.ts",
"version": "17.0.1",
"packageManager": "yarn@1.22.18",
"module": "fesm2022/nova-ui-bits.mjs",
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}