jsPsych/packages/plugin-image-button-response/package.json
2021-07-06 17:55:42 +02:00

34 lines
855 B
JSON

{
"name": "@jspsych/plugin-image-button-response",
"version": "1.0.0",
"description": "jsPsych plugin for displaying a stimulus and getting a button response",
"type": "module",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"unpkg": "dist/index.browser.min.js",
"files": [
"src",
"dist"
],
"source": "src/index.ts",
"scripts": {
"test": "jest --config jest.config.cjs",
"build": "rollup --config rollup.config.mjs",
"watch": "npm run build -- --watch",
"tsc": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jspsych/jsPsych.git"
},
"author": "Josh de Leeuw",
"license": "MIT",
"bugs": {
"url": "https://github.com/jspsych/jsPsych/issues"
},
"homepage": "https://github.com/jspsych/jsPsych#readme",
"peerDependencies": {
"jspsych": ">=7"
}
}