Files
smartxml/package.json
2025-11-19 20:40:57 +00:00

63 lines
1.5 KiB
JSON

{
"name": "@push.rocks/smartxml",
"version": "2.0.0",
"private": false,
"description": "A package for creating and parsing XML formatted files.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web && tsbundle npm)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^3.1.0",
"@git.zone/tsbundle": "^2.5.2",
"@git.zone/tsrun": "^2.0.0",
"@git.zone/tstest": "^2.8.2",
"@push.rocks/tapbundle": "^6.0.3",
"@types/node": "^22.10.2"
},
"dependencies": {
"fast-xml-parser": "^5.3.2"
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartxml.git"
},
"bugs": {
"url": "https://code.foss.global/push.rocks/smartxml/issues"
},
"homepage": "https://code.foss.global/push.rocks/smartxml#readme",
"type": "module",
"keywords": [
"XML",
"parsing",
"XML creation",
"fast-xml-parser",
"TypeScript",
"data serialization"
],
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34",
"pnpm": {
"overrides": {}
}
}