32 lines
909 B
JSON
32 lines
909 B
JSON
{
|
|
"name": "@workshack/input",
|
|
"version": "1.0.0",
|
|
"description": "Workshack input components library with gamepad and keyboard navigation support",
|
|
"author": "Workshack Team",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"keywords": ["angular", "input", "forms", "components", "workshack", "gamepad", "navigation", "gaming"],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.fufle.net/workshack/input.git",
|
|
"directory": "."
|
|
},
|
|
"homepage": "https://git.fufle.net/workshack/input",
|
|
"bugs": {
|
|
"url": "https://git.fufle.net/workshack/input/issues"
|
|
},
|
|
"main": "bundles/workshack-input.umd.js",
|
|
"module": "fesm2022/workshack-input.mjs",
|
|
"typings": "index.d.ts",
|
|
"peerDependencies": {
|
|
"@angular/common": "^20.1.3",
|
|
"@angular/core": "^20.1.3"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"sideEffects": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|