@brimdata/zealot
Version:
The Javascript Client for Zed Lakes
69 lines • 1.88 kB
JSON
{
"name": "@brimdata/zealot",
"version": "1.0.2-beta.2",
"description": "The Javascript Client for Zed Lakes",
"main": "dist/cjs/cjs/index.js",
"module": "dist/esm/index.mjs",
"types": "./dist/cjs/cjs/index.d.ts",
"scripts": {
"test": "run-s test:unit test:integration",
"test:integration": "start-server-and-test support:lake http://localhost:9000 test:built",
"test:built": "run-s support:seed test:cjs test:esm",
"test:cjs": "mocha",
"test:esm": "cypress run",
"test:unit": "jest",
"build": "run-p 'build:*'",
"build:cjs": "swc src -d dist/cjs",
"build:esm": "esbuild src/esm/index.ts --bundle --outfile=dist/esm/index.mjs --format=esm --minify",
"build:types": "tsc",
"support:lake": "node test/support/lake.js",
"support:seed": "node test/support/seed.js",
"prepack": "yarn build"
},
"license": "MIT",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/brimdata/brim"
},
"files": [
"dist",
"src"
],
"keywords": [
"zed",
"zui",
"zjson",
"zealot",
"zedjs"
],
"devDependencies": {
"@swc/cli": "^0.1.55",
"@swc/core": "^1.3.40",
"@swc/jest": "^0.2.24",
"@types/event-source-polyfill": "^1.0.0",
"@types/events": "^3.0.0",
"@types/node-fetch": "2",
"abortcontroller-polyfill": "^1.7.3",
"cypress": "^12.7.0",
"esbuild": "^0.17.11",
"fkill": "7.2.1",
"jest": "^29.5.0",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"prettier-eslint": "^8.8.2",
"serve": "^14.2.0",
"start-server-and-test": "^2.0.0",
"tslib": "^2.3.1",
"typescript": "^4.6.2",
"zui-test-data": "1.0.0"
},
"dependencies": {
"event-source-polyfill": "^1.0.25",
"events": "^3.3.0",
"node-fetch": "2"
}
}