commit e670e5d26fb8bf068e67c8a4ba6cb92650921ca4 Author: Ben Carter Date: Fri Feb 23 09:50:20 2024 -0500 added npm init diff --git a/package.json b/package.json new file mode 100644 index 0000000..de420e5 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "ets-snippets-test", + "version": "1.0.0", + "description": "Collections of examples showing snippets working ", + "main": "src/index.ts", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/araxiaonline/ets-snippets-test.git" + }, + "keywords": [ + "ets", + "eluna-typescript", + "azerothcore", + "trinitycore", + "typescripttolua" + ], + "author": "ben-of-codecraft", + "license": "MIT", + "bugs": { + "url": "https://github.com/araxiaonline/ets-snippets-test/issues" + }, + "homepage": "https://github.com/araxiaonline/ets-snippets-test#readme" +}