smartxml/package.json
2023-10-20 17:38:45 +02:00

51 lines
1.2 KiB
JSON

{
"name": "@push.rocks/smartxml",
"version": "1.0.7",
"private": false,
"description": "a package for creating and parsing xml formated 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": "^2.1.25",
"@git.zone/tsbundle": "^2.0.10",
"@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^1.0.44",
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.8.7"
},
"dependencies": {
"fast-xml-parser": "^4.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": "git+https://gitlab.com/push.rocks/smartxml.git"
},
"bugs": {
"url": "https://gitlab.com/push.rocks/smartxml/issues"
},
"homepage": "https://gitlab.com/push.rocks/smartxml#readme",
"type": "module"
}