| 12345678910111213141516 |
- {
- "name": "propgen",
- "version": "1.0.0",
- "description": "Converts from .tsv files (downloaded from eg. Google Spreadsheet) to .txt resource files.",
- "main": "convert.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "bidi-js": "^1.0.2",
- "node-fetch": "^3.2.10"
- }
- }
|