-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.07 KB
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
{
"name": "@plusnew/driver-dom",
"version": "1.5.4",
"description": "plusnew driver for the browser",
"main": "src/index.ts",
"module": "src/index.ts",
"scripts": {
"test": "jest --coverage",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plusnew/driver-dom.git"
},
"keywords": [
"plusnew",
"driver",
"browser",
"dom"
],
"author": "Carlo Jeske",
"license": "MIT",
"bugs": {
"url": "https://github.com/plusnew/driver-dom/issues"
},
"homepage": "https://github.com/plusnew/driver-dom#readme",
"dependencies": {},
"devDependencies": {
"@plusnew/core": "^1.6.4",
"@types/jest": "^29.2.4",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"prettier": "^2.8.1",
"requestidlecallback": "^0.3.0",
"ts-jest": "^29.0.3",
"typescript": "^4.9.4"
}
}