entry
Showing
index.ts
0 → 100644
| { | ||
| "name": "myproject", | ||
| "description": "myproject-desc", | ||
| "name": "aragami", | ||
| "description": "Another cache ORM.", | ||
| "version": "1.0.0", | ||
| "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | ||
| ... | ... | @@ -12,15 +12,15 @@ |
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://code.mycard.moe/3rdeye/myproject.git" | ||
| "url": "https://code.mycard.moe/3rdeye/aragami.git" | ||
| }, | ||
| "author": "Nanahira <nanahira@momobako.com>", | ||
| "license": "MIT", | ||
| "keywords": [], | ||
| "bugs": { | ||
| "url": "https://code.mycard.moe/3rdeye/myproject/issues" | ||
| "url": "https://code.mycard.moe/3rdeye/aragami/issues" | ||
| }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/myproject", | ||
| "homepage": "https://code.mycard.moe/3rdeye/aragami", | ||
| "jest": { | ||
| "moduleFileExtensions": [ | ||
| "js", | ||
| ... | ... |
Please register or sign in to comment