-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.36 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "assessment-disaggregation",
"productName": "Assessment Disaggregation",
"version": "1.7.1",
"description": "Measure learning using a scientifically validated method using pretest and posttest files. The software automatically reads most exam output files (Akindi, Scantron, Canvas, ZipGrade, Moodle, Google Form quizzes) without modification.",
"main": "src/main.js",
"repository": {
"type": "git",
"url": "https://github.com/tazzben/Assessment-Disaggregation.git"
},
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint --ignore-pattern 'src/js/*' src"
},
"keywords": [],
"author": {
"name": "Ben Smith",
"email": "[email protected]"
},
"license": "MIT",
"config": {
"forge": "./forge.config.js"
},
"dependencies": {
"better-sqlite3": "^11.8.1",
"csv-parser": "^3.2.0",
"csv-writer": "^1.6.0",
"dotenv": "^16.4.7",
"electron-settings": "^4.0.4",
"electron-squirrel-startup": "^1.0.1",
"remove-bom-stream": "^2.0.0"
},
"devDependencies": {
"@electron-forge/cli": "^7.6.1",
"@electron-forge/maker-squirrel": "^7.6.1",
"@electron-forge/maker-zip": "^7.6.1",
"@electron/rebuild": "^3.7.1",
"electron": "^34.0.2",
"eslint": "^9.19.0"
}
}