diff options
| author | 8cy <[email protected]> | 2020-04-17 12:38:33 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-17 12:38:33 -0700 |
| commit | 4bff1c9c6245a6081e7e54acc5518c6da86b6fb6 (patch) | |
| tree | 1ecb78b2972be0f5c4683a47311417e4c60c88f2 /package.json | |
| download | node-uwufy-4bff1c9c6245a6081e7e54acc5518c6da86b6fb6.tar.xz node-uwufy-4bff1c9c6245a6081e7e54acc5518c6da86b6fb6.zip | |
A New Beginning
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..c774d8c --- /dev/null +++ b/package.json @@ -0,0 +1,31 @@ +{ + "name": "uwufy", + "version": "1.0.0", + "description": "An NPM package which allows you to uwufy a given string.", + "main": "./dist/app.js", + "files": [ + "dist/", + "LICENSE" + ], + "scripts": { + "test": "node ./test/test.js", + "build": "tsc", + "prepare": "npm run build" + }, + "repository": { + "type": "git", + "url": "git://github.com/8cy/npm-uwufy" + }, + "keywords": [ + "meme", + "javascript", + "js", + "uwu" + ], + "author": "Sin", + "license": "MIT", + "bugs": { + "url": "https://github.com/8cy/npm-uwufy/issues" + }, + "homepage": "https://github.com/8cy/npm-uwufy#readme" +} |