-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.22 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
46
47
48
49
50
51
52
53
{
"name": "lingua-scraper",
"version": "0.17.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsdx build --format cjs",
"ci": "yarn test && yarn build",
"test": "tsdx test",
"aot": "cd tools/aot && yarn start ../../db.json"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"compromise": "13.11.4",
"debug": "^4.3.4",
"fetch-ponyfill": "^7.1.0",
"js-base64": "^3.7.4",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@jest/globals": "29.3.1",
"@types/cheerio": "^0.22.31",
"@types/jest": "29.2.5",
"@types/lodash": "^4.14.191",
"@types/papaparse": "^5.3.7",
"babel-jest": "^29.3.1",
"core-js": "^3.27.1",
"husky": "4.3.8",
"jest": "29.3.1",
"jest-cli": "29.3.1",
"lingua-scraper": "^0.17.4",
"papaparse": "^5.3.2",
"playwright": "^1.29.2",
"prettier": "^2.8.3",
"pretty-quick": "^3.1.3",
"tsdx": "^0.14.1",
"typescript": "^4.9.4",
"validator": "^13.7.0"
},
"peerDependencies": {
"playwright": "^1.29.2"
}
}