All checks were successful
Actions / Build and Push Documentation (push) Successful in 16s
34 lines
701 B
JSON
34 lines
701 B
JSON
{
|
|
"name": "@packwizjs/parser",
|
|
"module": "src/parser.ts",
|
|
"version": "1.0.2",
|
|
"type": "module",
|
|
"description": "A simple library for parsing Packwiz TOML files",
|
|
"author": {
|
|
"name": "cswimr",
|
|
"email": "seaswimmerthefsh@gmail.com"
|
|
},
|
|
"repository": {
|
|
"url": "https://c.csw.im/GalacticFactory/PackwizJS",
|
|
"type": "git"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"readme": "../../README.md",
|
|
"homepage": "https://packwizjs.csw.im",
|
|
"keywords": [
|
|
"packwiz",
|
|
"minecraft"
|
|
],
|
|
"scripts": {},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@types/semver": "^7.5.8",
|
|
"semver": "^7.7.1",
|
|
"toml": "^3.0.0"
|
|
}
|
|
}
|