12 lines
249 B
JSON
12 lines
249 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"
|
|
}
|