This repository has been archived on 2020-02-20. You can view files and clone it, but cannot push or open issues or pull requests.
polytranslatia/package.json

12 lines
249 B
JSON
Raw Normal View History

2020-02-19 10:57:06 +01:00
{
"name": "polytranslatia",
"version": "1.0.0",
"description": "Translate Polytopia language files to any language you want!",
"main": "index.js",
"scripts": {
2020-02-20 13:08:13 +01:00
"start": "nodemon index.js"
2020-02-19 10:57:06 +01:00
},
"author": "McArn",
"license": "ISC"
}