{ "name": "@jspsych/config", "version": "3.2.1", "description": "Shared (build) configuration for jsPsych packages", "type": "module", "scripts": { "test": "jest", "test:watch": "npm test -- --watch" }, "exports": { "./gulp": { "import": "./gulp.js", "require": null }, "./jest": { "import": null, "require": "./jest.cjs" }, "./rollup": { "import": "./rollup.js", "require": null }, "./tsconfig.json": "./tsconfig.json", "./tsconfig.core.json": "./tsconfig.core.json", "./tsconfig.contrib.json": "./tsconfig.contrib.json" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/jspsych/jsPsych.git", "directory": "packages/config" }, "author": "bjoluc ", "license": "MIT", "bugs": { "url": "https://github.com/jspsych/jsPsych/issues" }, "homepage": "https://www.jspsych.org/latest/developers/configuration", "dependencies": { "@citation-js/core": "^0.7.14", "@citation-js/plugin-bibtex": "^0.7.14", "@citation-js/plugin-csl": "^0.7.14", "@citation-js/plugin-software-formats": "^0.6.1", "@rollup/plugin-commonjs": "26.0.1", "@rollup/plugin-node-resolve": "15.2.3", "@rollup/plugin-replace": "^6.0.1", "@sucrase/jest-plugin": "3.0.0", "@types/gulp": "4.0.17", "@types/jest": "29.5.8", "@types/node": "^22.10.10", "alias-hq": "6.2.4", "app-root-path": "^3.1.0", "esbuild": "0.23.1", "glob": "7.2.3", "gulp": "5.0.0", "gulp-cli": "3.0.0", "gulp-file": "0.4.0", "gulp-rename": "2.0.0", "gulp-replace": "1.1.4", "gulp-zip": "6.0.0", "jest": "29.7.0", "jest-canvas-mock": "2.5.0", "jest-environment-jsdom": "29.7.0", "merge-stream": "2.0.0", "rollup": "4.21.2", "rollup-plugin-dts": "6.1.1", "rollup-plugin-esbuild": "6.1.1", "rollup-plugin-modify": "^3.0.0", "rollup-plugin-node-externals": "7.1.3", "sucrase": "3.34.0", "tslib": "2.6.2", "typescript": "^5.7.0" } }