@p1n2o/ngx-dwell
Version:
Angular Dwell library
39 lines • 932 B
JSON
{
"name": "@p1n2o/ngx-dwell",
"version": "0.0.1-alpha-3",
"author": "Manuel Pinto <P1N2O@pm.me> (https://github.com/P1N2O/ngx-dwell)",
"description": "Angular Dwell library",
"keywords": [
"angular",
"dwell"
],
"repository": {
"type": "git",
"url": "git+https://github.com/P1N2O/ngx-dwell.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/P1N2O/ngx-dwell/issues"
},
"homepage": "https://github.com/P1N2O/ngx-dwell#readme",
"exports": {
".": {
"sass": "./src/main.scss",
"types": "./index.d.ts",
"default": "./fesm2022/p1n2o-ngx-dwell.mjs"
},
"./package.json": {
"default": "./package.json"
}
},
"peerDependencies": {
"@angular/common": "^19.1.0",
"@angular/core": "^19.1.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/p1n2o-ngx-dwell.mjs",
"typings": "index.d.ts"
}