forked from mburakerman/hrjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 770 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 770 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
{
"name": "hrjs",
"version": "1.5.6",
"description": "> Tiny JavaScript plugin for highlighting and replacing text in the DOM",
"main": "src/hr.min.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mburakerman/hrjs.git"
},
"keywords": [],
"author": "mburakerman",
"license": "ISC",
"bugs": {
"url": "https://github.com/mburakerman/hrjs/issues"
},
"homepage": "https://github.com/mburakerman/hrjs#readme",
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"eslint": "^8.16.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-promise": "^6.0.0",
"jest": "^24.9.0"
}
}