mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
34 lines
813 B
JSON
34 lines
813 B
JSON
{
|
|
"name": "@jspsych/plugin-survey-html-form",
|
|
"version": "1.0.0",
|
|
"description": "a jspsych plugin for free html forms",
|
|
"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": "Jan Simson",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jspsych/jsPsych/issues"
|
|
},
|
|
"homepage": "https://github.com/jspsych/jsPsych#readme",
|
|
"peerDependencies": {
|
|
"jspsych": ">=7"
|
|
}
|
|
}
|