Commit 9db7aa6f authored by nanahira's avatar nanahira

readme

parent 9d7cf13a
{ {
"name": "myproject", "name": "onedice",
"description": "myproject-desc", "description": "Node.js implementation of [OneDice](https://github.com/OlivOS-Team/onedice)",
"version": "1.0.0", "version": "1.0.0",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
...@@ -12,15 +12,15 @@ ...@@ -12,15 +12,15 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://code.mycard.moe/3rdeye/myproject.git" "url": "https://code.mycard.moe/3rdeye/onedice.git"
}, },
"author": "Nanahira <nanahira@momobako.com>", "author": "Nanahira <nanahira@momobako.com>",
"license": "MIT", "license": "MIT",
"keywords": [], "keywords": [],
"bugs": { "bugs": {
"url": "https://code.mycard.moe/3rdeye/myproject/issues" "url": "https://code.mycard.moe/3rdeye/onedice/issues"
}, },
"homepage": "https://code.mycard.moe/3rdeye/myproject", "homepage": "https://code.mycard.moe/3rdeye/onedice",
"jest": { "jest": {
"moduleFileExtensions": [ "moduleFileExtensions": [
"js", "js",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment