ng-commander
Version:
Command pattern for Angular applications
40 lines • 880 B
JSON
{
"name": "ng-commander",
"version": "1.2.0",
"description": "Command pattern for Angular applications",
"author": "Shifumi",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^19.2.0",
"@angular/core": "^19.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"keywords": [
"angular",
"command",
"pattern",
"typescript"
],
"repository": {
"type": "git",
"url": "https://github.com/c4n4r/ng-commander"
},
"bugs": {
"url": "https://github.com/c4n4r/ng-commander/issues"
},
"homepage": "https://github.com/c4n4r/ng-commander#readme",
"module": "fesm2022/ng-commander.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ng-commander.mjs"
}
}
}