-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
39 lines (39 loc) · 1011 Bytes
/
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
{
"name": "dataverse-chat",
"version": "1.0.0",
"main": "src/index.html",
"license": "MIT",
"scripts": {
"htmlhint": "htmlhint src/*.html test/*.html",
"eslint": "eslint --ext .js src/ test/",
"pretest": "npm run eslint && npm run htmlhint",
"test": "jest --verbose --coverage test/",
"open-coverage-report": "opener ./coverage/lcov-report/index.html",
"start": "serve src/ -s"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"acorn": "^8.8.2",
"babel-jest": "^27.0.1",
"css": "^3.0.0",
"eslint": "^8.3.0",
"gh-pages": "^3.1.0",
"htmlhint": "^1.0.0",
"jest": "^27.0.1",
"jsdom": "^22.1.0",
"opener": "^1.5.1",
"serve": "^14.2.1"
},
"engines": {
"node": ">=16.x"
},
"jest": {
"testEnvironment": "jsdom"
},
"bootcamp": {
"createdAt": "2024-07-01T22:30:34.915Z",
"version": "9.1.1",
"commit": "1843c213affffa12aa456fa8842b6d28f97de2d3"
}
}