Files
moeka-project/packages/input-gamepad/package.json
T
2026-08-30 02:31:30 +08:00

39 lines
836 B
JSON

{
"name": "@proj-airi/input-gamepad",
"type": "module",
"version": "0.12.0-beta.5",
"private": true,
"description": "Standard Gamepad API input for AIRI",
"author": {
"name": "Moeru AI Project AIRI Team",
"email": "airi@moeru.ai",
"url": "https://github.com/moeru-ai"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/moeru-ai/airi.git",
"directory": "packages/input-gamepad"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"README.md",
"dist",
"package.json"
],
"scripts": {
"build": "tsdown",
"test": "vitest run",
"typecheck": "tsc --noEmit"
},
"dependencies": {},
"devDependencies": {}
}