diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..1d2193c --- /dev/null +++ b/package-lock.json @@ -0,0 +1,5 @@ +{ + "name": "typescript.tools", + "version": "0.0.1", + "lockfileVersion": 1 +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..9654b7b --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "typescript.tools", + "version": "0.0.1", + "description": "Collection of resources related to Typescript compiler api (and related things)", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/bendtherules/typescript.tools.git" + }, + "keywords": [ + "typescript" + ], + "author": "bendtherules", + "license": "ISC", + "bugs": { + "url": "https://github.com/bendtherules/typescript.tools/issues" + }, + "homepage": "https://github.com/bendtherules/typescript.tools#readme" +}