BlueMap/.github/translation-checker/package.json

12 lines
201 B
JSON

{
"name": "translation-checker",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"start": "node ."
}
}