@ketch-sdk/ketch-data-layer
Version:
Ketch Data Layer interface
69 lines (68 loc) • 1.99 kB
JSON
{
"name": "@ketch-sdk/ketch-data-layer",
"version": "1.5.2",
"description": "Ketch Data Layer interface",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
"scripts": {
"all": "npm run lint && npm run format-check && npm run test && npm run build && npm run docs",
"build": "tsc -p .",
"format": "prettier --write \"**/*.{ts,tsx,yml,yaml}\"",
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",
"test": "jest --runInBand --passWithNoTests",
"docs": "typedoc --githubPages true --excludeExternals --excludeInternal src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ketch-sdk/ketch-data-layer.git"
},
"homepage": "https://github.com/ketch-sdk/ketch-data-layer",
"bugs": {
"url": "https://github.com/ketch-sdk/ketch-data-layer/issues"
},
"keywords": [
"Ketch",
"dataLayer"
],
"author": "Ketch Kloud, Inc.",
"license": "MIT",
"devDependencies": {
"@types/events": "^3.0.0",
"@types/jest": "^29.5.0",
"@types/nano-equal": "^2.0.0",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-junit": "^16.0.0",
"js-yaml": "^4.1.0",
"prettier": "^2.8.7",
"ts-jest": "^29.1.0",
"typedoc": "^0.24.4",
"typescript": "^5.0.4"
},
"dependencies": {
"@ketch-com/ketch-cookie": "^1.0.5",
"@ketch-sdk/ketch-logging": "^1.2.0",
"@ketch-sdk/ketch-types": "^1.65.0",
"events": "^3.3.0",
"nano-equal": "^2.0.2",
"tslib": "^2.5.0",
"uuid": "^9.0.0"
},
"files": [
"dist/"
],
"overrides": {
"form-data": "^4.0.4",
"brace-expansion": "^2.0.2"
}
}