{ "name": "@social.io/catalog", "version": "1.2.0", "private": false, "description": "catalog for social.io", "main": "dist_ts_web/index.js", "typings": "dist_ts_web/index.d.ts", "type": "module", "scripts": { "test": "tstest test/", "build": "tsbuild tsfolders --allowimplicitany && tsbundle element --production", "watch": "tswatch element", "buildDocs": "tsdoc" }, "author": "Lossless GmbH", "license": "UNLICENSED", "dependencies": { "@design.estate/dees-catalog": "^1.2.0", "@design.estate/dees-domtools": "^2.0.64", "@design.estate/dees-element": "^2.0.39", "@design.estate/dees-wcctools": "^1.0.90", "@losslessone_private/loint-pubapi": "^1.0.14", "@social.io/interfaces": "^1.0.5", "rrweb": "2.0.0-alpha.4", "rrweb-player": "1.0.0-alpha.4", "rrweb-snapshot": "2.0.0-alpha.4" }, "devDependencies": { "@git.zone/tsbuild": "^2.1.84", "@git.zone/tsbundle": "^2.0.15", "@git.zone/tsrun": "^1.2.49", "@git.zone/tstest": "^1.0.90", "@git.zone/tswatch": "^2.0.23", "@push.rocks/projectinfo": "^5.0.2", "@push.rocks/smartenv": "^5.0.12", "@push.rocks/tapbundle": "^5.3.0", "@types/node": "^22.7.5" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 Chrome versions" ], "repository": { "type": "git", "url": "git+https://gitlab.com/social.io/private/catalog.git" }, "bugs": { "url": "https://gitlab.com/social.io/private/catalog/issues" }, "homepage": "https://gitlab.com/social.io/private/catalog#readme" }