-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.22 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@ig3/srf",
"version": "6.0.15",
"description": "Spaced Repetition Flashcards",
"keywords": [
"srf",
"spaced-repetition",
"spaced repetition",
"flashcards",
"learning",
"anki",
"server"
],
"main": "lib/srf.js",
"bin": {
"srf": "./bin/cmd.js"
},
"scripts": {
"test": "eslint . && c8 multi-tape test/*.js",
"quicktest": "multi-tape test/*.js"
},
"repository": {
"type": "git",
"url": "[email protected]:ig3/srf.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@ig3/config": "^0.2.2",
"@ig3/srf-scheduler": "^2.1.4",
"better-sqlite3": "^11.9.1",
"csv-parse": "^5.6.0",
"express": "^5.1.0",
"express-handlebars": "^8.0.1",
"handlebars-form-helper": "^1.0.4",
"json5": "^2.2.3",
"md5": "^2.3.0",
"mustache": "^4.2.0",
"serve-favicon": "^2.5.0",
"timezonecomplete": "^5.13.1",
"tzdata": "^1.0.44",
"uuid": "^11.1.0",
"yauzl": "^3.2.0"
},
"devDependencies": {
"@ig3/eslint-config-entrain": "^4.0.4",
"@ig3/test": "^0.0.10",
"c8": "^10.1.3",
"multi-tape": "^1.7.1",
"tmp": "^0.2.3",
"wtfnode": "^0.10.0"
},
"files": [
"sql/*.sql",
"public",
"views"
]
}