diff --git a/.gitignore b/.gitignore index d8f8d46..d15459a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ docs +quickjs-types-*.tgz diff --git a/package.json b/package.json new file mode 100644 index 0000000..8efd30b --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "quickjs-types", + "version": "0.1.0", + "description": "TypeScript definitions for the QuickJS Engine!", + "license": "GPL-3.0-or-later", + "types": "./index.d.ts", + "files": [ + "*.d.ts", + "LICENSE", + "README.md" + ] +}