/
githubmirror
/
drawio
Обзор
Документация
Войти
/
githubmirror
/
drawio
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v30.3.13
etc/propgen/package.json
15 строк
373 B
David Benson
24.8.6 release
19 ноя 2024, 18:35
19 ноя 2024, 18:35
da24488
Код
Авторство
О чём код?
{ "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.3", "node-fetch": "^3.2.10" } }