diff --git a/package.json b/package.json new file mode 100644 index 0000000..47526d2 --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "name": "joker00", + "version": "1.0.0", + "main": "index.js", + "type": "module", + "scripts": { + "prettier": "prettier --write \"**/*.js\"" + }, + "keywords": [], + "author": "", + "license": "ISC", + "description": "" +}