aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json31
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"
+}