mirror of https://github.com/jgraph/drawio.git
16 lines
373 B
JSON
16 lines
373 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|