mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "jspsych",
|
|
"version": "7.1.2",
|
|
"description": "Behavioral experiments in a browser",
|
|
"type": "module",
|
|
"main": "dist/index.cjs",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
"./css/*": "./css/*"
|
|
},
|
|
"typings": "dist/index.d.ts",
|
|
"unpkg": "dist/index.browser.min.js",
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"css"
|
|
],
|
|
"source": "src/index.ts",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"test:watch": "npm test -- --watch",
|
|
"tsc": "tsc",
|
|
"build": "rollup --config",
|
|
"build:watch": "npm run build -- --watch",
|
|
"prepack": "cp ../../README.md ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jspsych/jsPsych.git",
|
|
"directory": "packages/jspsych"
|
|
},
|
|
"author": "Josh de Leeuw",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jspsych/jsPsych/issues"
|
|
},
|
|
"homepage": "https://www.jspsych.org",
|
|
"dependencies": {
|
|
"auto-bind": "^4.0.0",
|
|
"random-words": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@jspsych/config": "^1.1.0",
|
|
"@types/dom-mediacapture-record": "^1.0.11"
|
|
}
|
|
}
|