-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 806 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 806 Bytes
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
{
"name": "h5p-cli-creator",
"version": "0.4.0",
"description": "Mass creates h5p packages from content files",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"author": "Sebastian Rettig",
"license": "MIT",
"dependencies": {
"axios": "^0.25.0",
"buffer-image-size": "^0.6.4",
"chalk": "^5.0.0",
"fs-extra": "^10.0.0",
"jszip": "^3.7.1",
"mime-types": "^2.1.34",
"papaparse": "^5.3.1",
"ts-node": "^10.4.0",
"tslint": "^5.20.1",
"typescript": "^4.5.5",
"yargs": "^17.3.1"
},
"devDependencies": {
"@types/mime-types": "^2.1.1",
"@types/yargs": "^17.0.8",
"@types/fs-extra": "^9.0.13",
"@types/jszip": "^3.4.0",
"@types/node": "^17.0.14",
"@types/papaparse": "^5.3.2"
}
}