diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..b6f27f1 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +engine-strict=true diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/README.md b/README.md index e8ed736..2725d26 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,43 @@ -# Tamako -The repository for the source code of the multipurpose and feature rich discord bot Tamako + +## License +
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License along with Common Clause + +Read the full license here + +--- + +

Tamako

+ +

A Multipurpose Feature Rich Discord Bot

+ +

+ + + +

+ +

+ + App Version + + + Node Requirements + + + + Online + +

+

+ +

+ +--- + +Check the docs at Tamako Tech + +Tamako is now open source and this is a rewrite of Code of Tamako and This repository will NOT INCLUDE all the features +that are present in Tamako Bot. + diff --git a/package.json b/package.json new file mode 100644 index 0000000..8931b14 --- /dev/null +++ b/package.json @@ -0,0 +1,30 @@ +{ + "name": "tamako", + "version": "3.0.0", + "description": "A multipurpose feature rich discord bot", + "main": "index.js", + "engines": { + "node": ">=16" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "start": "node index.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/BearTS/Tamako.git" + }, + "keywords": [ + "discord", + "discord-bot", + "discord-js-v13", + "tamako-bot", + "tamako" + ], + "author": "BearTS", + "license": "SEE LICENSE IN LICENSE.md", + "bugs": { + "url": "https://github.com/BearTS/Tamako/issues" + }, + "homepage": "https://github.com/BearTS/Tamako#readme" +}