-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.39 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
{
"name": "h5p-editor-uuid",
"version": "1.0.12",
"description": "An H5P widget that sets the value of the field to a [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier). The widget does not render the input field.",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch",
"lint": "eslint \"./**/*.ts\"",
"lint:fix": "eslint --fix \"./**/*.ts\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/NDLANO/h5p-editor-uuid.git"
},
"keywords": [
"h5p",
"library"
],
"author": "NDLA",
"license": "MIT",
"bugs": {
"url": "https://github.com/NDLANO/h5p-editor-uuid/issues"
},
"homepage": "https://github.com/NDLANO/h5p-editor-uuid#readme",
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@tsconfig/strictest": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"babel-loader": "^9.2.1",
"eslint": "^8.57.1",
"eslint-config-ndla-h5p": "github:NDLANO/eslint-config-ndla-h5p",
"h5p-types": "^5.5.0",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"h5p-utils": "^4.0.0"
},
"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead"
}