Add package metadata
This commit is contained in:
parent
8c243adb8d
commit
59df45def7
2 changed files with 20 additions and 0 deletions
7
jsconfig.json
Normal file
7
jsconfig.json
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"target": "esnext",
|
||||||
|
"allowJs": true,
|
||||||
|
"checkJs": true
|
||||||
|
}
|
||||||
|
}
|
13
package.json
Normal file
13
package.json
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue