This commit is contained in:
Sebastian Frank 2021-08-16 10:14:41 +02:00
commit 9c3889393f
Signed by: apairon
GPG Key ID: A0E05A8199CE3F57
2 changed files with 15 additions and 0 deletions

0
index.d.ts vendored Normal file

15
package.json Normal file

@ -0,0 +1,15 @@
{
"name": "wmbasic-api-types",
"version": "0.0.1",
"description": "WMBasic API Javascript Hook Types",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitbase.de/cms/wmbasic-api-types.git"
},
"author": "Sebastian Frank",
"license": "MIT"
}