UNPKG

@airgrid/edgekit

Version:

A privacy focused library for cookie-less audience creation.

68 lines (67 loc) 2.06 kB
{ "name": "@airgrid/edgekit", "version": "0.0.0-dev.42", "homepage": "https://edgekit.org/", "author": "AirGrid <https://airgrid.io>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/AirGrid/edgekit.git" }, "description": "A privacy focused library for cookie-less audience creation.", "keywords": [ "privacy", "cookie-less", "audiences", "programmatic", "edgekit", "prebid" ], "publishConfig": { "access": "public" }, "main": "dist/cjs/src/index.js", "types": "dist/cjs/src/index.d.ts", "module": "dist/esm/src/index.js", "unpkg": "dist/edgekit.umd.js", "files": [ "dist", "src" ], "scripts": { "clean": "rimraf dist", "compile": "run-p compile-esm compile-cjs", "compile-esm": "tsc --module es6 --outDir dist/esm", "compile-cjs": "tsc --module commonjs --outDir dist/cjs", "build": "run-s clean compile", "bundle": "microbundle --format umd,esm --name edkt -o dist/sdk/edgekit.min.js -i src/index.ts", "watch": "tsc -w", "test": "npm run test:unit && npm run test:e2e", "test:unit": "jest --config jest.unit.config.js", "test:unit:watch": "jest --config jest.unit.config.js --watch", "test:unit:coverage": "jest --coverage", "test:e2e": "npm run bundle && jest --config jest.e2e.config.js", "lint": "eslint src test --ext js,ts", "lint:fix": "eslint src test --ext js,ts --fix" }, "devDependencies": { "@types/jest": "^26.0.3", "@typescript-eslint/eslint-plugin": "^3.3.0", "@typescript-eslint/parser": "^3.3.0", "eslint": "^7.3.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-jest-playwright": "^0.2.1", "eslint-plugin-prettier": "^3.1.4", "jest": "^26.1.0", "jest-fetch-mock": "^3.0.3", "jest-playwright-preset": "^1.4.4", "microbundle": "^0.12.2", "npm-run-all": "^4.1.5", "playwright": "^1.7.1", "prettier": "^2.0.5", "rimraf": "^3.0.2", "ts-jest": "^26.1.1", "tslib": "^2.1.0", "typescript": "^3.9.5" } }