-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 787 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 787 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
33
{
"name": "bdlawcorpus",
"version": "1.4.0",
"description": "BDLawCorpus - Academic legal text extraction tool for bdlaws.minlaw.gov.bd",
"main": "background.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"keywords": [
"chrome-extension",
"legal-corpus",
"bangladesh-laws",
"academic-research"
],
"author": "MD MILLAT HOSEN <millat6575@gmail.com>",
"license": "MIT",
"devDependencies": {
"fake-indexeddb": "^6.2.5",
"fast-check": "^3.15.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
},
"jest": {
"testEnvironment": "node",
"testMatch": [
"**/tests/**/*.test.js",
"**/tests/**/*.property.test.js"
],
"verbose": true
}
}