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

18 lines
385 B
JSON

{
"name": "polytranslatia",
"version": "1.0.0",
"description": "Translate Polytopia language files to any language you want!",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"author": "McArn",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"express": "^4.17.1",
"fs": "0.0.1-security",
"mustache-express": "^1.3.0"
}
}