UNPKG

@empirica/tajriba

Version:
89 lines (88 loc) 2.26 kB
{ "name": "@empirica/tajriba", "version": "1.7.3", "description": "Tajriba client", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "type": "module", "repository": { "type": "git", "url": "git+https://github.com/empiricaly/tajriba.git" }, "bugs": { "url": "https://github.com/empiricaly/tajriba/issues" }, "homepage": "https://github.com/empiricaly/tajriba#readme", "keywords": [ "tajriba", "experiment", "research", "multiplayer", "real-time", "behavioral", "social-science", "psychology" ], "author": "Nicolas Paton <nicolas.paton@gmail.com>", "license": "Apache-2.0", "files": [ "dist" ], "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "volta": { "node": "20.12.0", "npm": "10.5.0" }, "engines": { "node": ">= 20.12.0" }, "scripts": { "generate": "graphql-codegen", "prebuild": "npm run generate", "build": "tsup --entry.index src/index.ts --dts --format esm,cjs --clean --sourcemap true --treeshake", "check": "tsc --noEmit", "test": "ava", "prerelease": "npm run build", "release:next": "np --tag next", "release": "np --tag latest" }, "devDependencies": { "@graphql-codegen/cli": "2.12.0", "@graphql-codegen/introspection": "2.1.1", "@graphql-codegen/typed-document-node": "2.2.13", "@graphql-codegen/typescript": "2.5.1", "@graphql-codegen/typescript-operations": "2.4.2", "@graphql-codegen/typescript-urql": "3.5.12", "@graphql-typed-document-node/core": "3.1.1", "ava": "4.3.0", "graphql-codegen-typescript-validation-schema": "0.5.0", "np": "7.6.3", "pika-plugin-package.json": "1.0.2", "prettier": "2.7.1", "tsup": "6.2.3", "typescript": "4.7.4" }, "dependencies": { "@urql/core": "2.5.0", "cross-fetch": "4.0.0", "graphql": "16.5.0", "graphql-tag": "2.12.6", "graphql-ws": "5.9.0", "isomorphic-ws": "5.0.0", "rxjs": "7.5.5", "typed-emitter": "2.1.0", "websocket": "1.0.34", "wonka": "4.0.15", "zod": "3.17.3" } }