mcpropertiesparser
Version:
A simple, lightweight and type safe .properties file parser that allow to read/edit .properties minecraft server file
34 lines (33 loc) • 807 B
JSON
{
"name": "mcpropertiesparser",
"version": "1.1.0",
"description": "A simple, lightweight and type safe .properties file parser that allow to read/edit .properties minecraft server file",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Thomascogez",
"homepage": "https://github.com/Thomascogez/mcPropertiesParser",
"license": "MIT",
"scripts": {
"test": "jest",
"test:watch": "jest --watchAll",
"clean": "rimraf dist/*",
"build": "npm run clean && tsc"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^18.15.10",
"jest": "^29.5.0",
"rimraf": "^4.4.1",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2"
},
"files": [
"dist"
],
"keywords": [
"minecraft",
"mc",
"server",
"properties"
]
}