aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 8797a0b0879ea864fee40861a37c15ec752cf55a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "uwufy",
  "version": "1.0.3",
  "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/node-uwufy"
  },
  "keywords": [
    "meme",
    "javascript",
    "js",
    "uwu"
  ],
  "author": "Sin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/8cy/node-uwufy/issues"
  },
  "homepage": "https://github.com/8cy/node-uwufy#readme"
}