smartobject/package.json
2024-05-29 14:15:08 +02:00

57 lines
1.3 KiB
JSON

{
"name": "@push.rocks/smartobject",
"version": "1.0.12",
"private": false,
"description": "A library to simplify and enhance object manipulation and traversal.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)",
"format": "(gitzone format)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.42",
"@gitzone/tstest": "^1.0.74",
"@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^20.4.1"
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
"minimatch": "^9.0.3"
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"type": "module",
"keywords": [
"object manipulation",
"deep traversal",
"typescript",
"object comparison",
"property matching",
"dynamic property access",
"object flattening"
],
"homepage": "https://code.foss.global/push.rocks/smartobject",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartobject.git"
}
}