abt-universal-search
Version:
Enterprise-grade Universal Search System with cross-platform compatibility, performance optimization, and security hardening
104 lines (103 loc) • 3.04 kB
JSON
{
"name": "abt-universal-search",
"version": "1.0.0",
"description": "Enterprise-grade Universal Search System with cross-platform compatibility, performance optimization, and security hardening",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"browser": "dist/index.umd.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"styles/**/*"
],
"scripts": {
"build": "NODE_ENV=production rollup -c",
"build:watch": "rollup -c --watch",
"dev": "rollup -c --watch --environment NODE_ENV:development",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage --watchAll=false",
"test:coverage:watch": "jest --coverage --watchAll",
"test:coverage:ci": "jest --coverage --ci --watchAll=false --maxWorkers=2",
"test:coverage:threshold": "jest --coverage --passWithNoTests=false",
"test:coverage:report": "jest --coverage --passWithNoTests --testPathIgnorePatterns='.*' --collectCoverageFrom='src/**/*.ts'",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
"lint:check": "eslint src --ext .ts --max-warnings 0",
"clean": "rimraf dist",
"prepare": "husky",
"size-check": "bundlesize",
"analyze": "npm run build && npm run size-check"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"bundlesize": "^0.18.2",
"concurrently": "^9.2.1",
"eslint": "^8.0.0",
"http-server": "^14.1.1",
"husky": "^9.1.7",
"jest": "^29.0.0",
"jest-environment-jsdom": "^30.1.2",
"lint-staged": "^16.1.6",
"prettier": "^3.0.0",
"rimraf": "^5.0.0",
"rollup": "^4.0.0",
"ts-jest": "^29.0.0",
"tslib": "^2.8.1",
"typescript": "^5.3.0"
},
"bundlesize": [
{
"path": "./dist/index.umd.js",
"maxSize": "50 kB",
"compression": "gzip"
},
{
"path": "./dist/index.esm.js",
"maxSize": "50 kB",
"compression": "gzip"
},
{
"path": "./dist/index.iife.js",
"maxSize": "50 kB",
"compression": "gzip"
}
],
"keywords": [
"search",
"universal-search",
"enterprise",
"component",
"typescript",
"pwa",
"electron",
"cross-platform",
"performance",
"security",
"scalability",
"multi-datasource",
"caching",
"monitoring"
],
"author": "Alon Ben Tovim <alon@example.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alonbtm/abt-universal-search.git",
"directory": "packages/core"
},
"bugs": {
"url": "https://github.com/alonbtm/abt-universal-search/issues"
},
"homepage": "https://github.com/alonbtm/abt-universal-search#readme",
"dependencies": {
"dompurify": "^3.2.6"
}
}