-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.19 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
{
"name": "polish-word-variations",
"version": "2.0.37",
"description": "Utility library to define and obtain word variations for polish words - singular and plural forms (dependant on count) for various polish cases.",
"license": "MIT",
"keywords": [
"polish",
"word",
"variations",
"plural",
"dual",
"singular",
"form",
"dictionary",
"grammar"
],
"files": [
"dist"
],
"author": "Artur Kurowski <radarsu@gmail.com>",
"homepage": "https://github.com/radarsu/polish-word-variations#readme",
"main": "dist/index.js",
"module": "dist/index.module.js",
"browser": {
"./dist/index.js": "./dist/index.browser.js",
"./dist/index.module.js": "./dist/index.module.js"
},
"types": "dist/index.d.ts",
"devDependencies": {
"@rollup/plugin-typescript": "^8.2.0",
"@types/jest": "^26.0.21",
"@types/node": "^14.14.35",
"jest": "^26.6.3",
"rollup": "^2.42.2",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
},
"gitHead": "7a89f0825b8be9461235ad15590bef7b1235663f"
}