UNPKG

zaraz-ts

Version:

Zaraz TS - A type-safe wrapper around the Cloudflare Zaraz Web API.

56 lines (55 loc) 1.6 kB
{ "name": "zaraz-ts", "version": "1.2.0", "description": "Zaraz TS - A type-safe wrapper around the Cloudflare Zaraz Web API.", "main": "build/index.js", "scripts": { "lint": "eslint ./src", "lint:fix": "pnpm lint --fix", "test": "jest", "test:coverage": "pnpm test -- --coverage", "test:watch": "pnpm test -- --maxWorkers=50% --watchAll", "build": "tsc -p .", "build:watch": "pnpm build --watch", "audit-ci": "audit-ci", "semantic-release": "semantic-release" }, "keywords": [ "zaraz-ts", "zaraz", "type-safe", "cloudflare", "typescript" ], "author": "Expatfile.tax LLC", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/expatfile/zaraz-ts.git" }, "bugs": { "url": "https://github.com/expatfile/zaraz-ts/issues" }, "homepage": "https://github.com/expatfile/zaraz-ts#readme", "dependencies": {}, "devDependencies": { "@testing-library/jest-dom": "^6.4.2", "@types/eslint": "^8.56.7", "@types/jest": "^29.5.12", "@types/node": "^20.12.7", "@typescript-eslint/eslint-plugin": "^7.6.0", "@typescript-eslint/parser": "^7.6.0", "audit-ci": "^6.6.1", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-simple-import-sort": "^12.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "prettier": "^3.2.5", "semantic-release": "^23.0.8", "ts-jest": "^29.1.2", "typescript": "^5.4.5" } }