uwufy
Version:
An NPM/ Deno package which allows you to uwufy a given string.
34 lines (33 loc) • 710 B
JSON
{
"name": "uwufy",
"version": "1.0.7",
"description": "An NPM/ Deno package which allows you to uwufy a given string.",
"main": "./dist/app.js",
"types": "./dist/app.d.ts",
"files": [
"dist/",
"LICENSE"
],
"scripts": {
"test": "node ./test/test.js",
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git://github.com/fuwn/node-uwufy"
},
"keywords": [
"meme",
"javascript",
"js",
"uwu",
"deno"
],
"author": "Fuwn",
"license": "MIT",
"bugs": {
"url": "https://github.com/fuwn/node-uwufy/issues"
},
"homepage": "https://github.com/fuwn/node-uwufy#readme"
}