13 lines
311 B
JSON
13 lines
311 B
JSON
{
|
|
"name": "controller-registry",
|
|
"exports": {
|
|
".": "./src/controller-registry.js"
|
|
},
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"version": "0.0.1",
|
|
"url": "https://git.but.gay/darkwiiplayer/controller-registry",
|
|
"scripts": {
|
|
"definitions": "tsc src/*.js --declaration --allowJs --emitDeclarationOnly"
|
|
}
|
|
}
|