-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 946 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 946 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
34
35
36
37
38
39
40
41
{
"name": "sum11",
"version": "0.6.1",
"description": "Sum.in.ua, sum11.pp.ua sites parser. Ukrainian dictionary",
"homepage": "https://github.com/jhekasoft/sum11",
"bugs": "https://github.com/jhekasoft/sum11/issues",
"repository": {
"type": "git",
"url": "https://github.com/jhekasoft/sum11"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"dist.browser"
],
"browser": "dist.browser/index.js",
"scripts": {
"build": "tsc && tsc -p tsconfig.browser.json",
"test": "jest",
"publish": "npm run build && npm publish"
},
"keywords": [
"sum11",
"sum",
"ukrainian",
"dictionary",
"sum.in.ua"
],
"author": "Eugene Efremov (jhekasoft)",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"node-html-parser": "^6.1.5"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"jest": "^29.6.0",
"ts-jest": "^29.1.1"
}
}