PackwizJS/packages/parser/package.json
cswimr 741d2ca999
All checks were successful
Actions / Build and Push Documentation (push) Successful in 16s
feat(parser): switch to monorepo format
2025-02-11 09:03:43 -06:00

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"
}
}