-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.64 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
54
55
56
57
58
59
60
{
"name": "beygla",
"main": "beygla.js",
"module": "beygla.esm.js",
"types": "beygla.d.ts",
"scripts": {
"test": "jest",
"test:names-build": "TEST_BUILD=true jest beygla.spec.ts",
"test:addresses-build": "TEST_BUILD=true jest addresses.spec.ts",
"test:watch": "jest --watchAll",
"test:ci": "jest --ci --coverage",
"tscheck": "tsc --noEmit --skipLibCheck",
"build": "ts-node -T ./scripts/build.ts",
"script": "ts-node -T ./scripts/run-script.ts",
"pipeline": "npm run script -- pipeline",
"release": "cd dist && semantic-release",
"release:dry-run": "cd dist && semantic-release --dry-run"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-typescript": "^9.0.2",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/npm": "^9.0.1",
"@types/jest": "^29.2.2",
"@types/node": "18.11.9",
"@types/yauzl": "^2.10.0",
"filesize": "^10.0.5",
"gzip-size": "^5.1.1",
"jest": "^29.3.1",
"rollup": "^3.3.0",
"semantic-release": "^19.0.5",
"terser": "^5.15.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"yauzl": "^2.10.0"
},
"author": {
"name": "Alex Harri Jónsson",
"email": "[email protected]",
"url": "https://alexharri.com"
},
"repository": {
"type": "git",
"url": "https://github.com/alexharri/beygla"
},
"contributors": [
"Alex Harri Jónsson <[email protected]> (https://alexharri.com)"
],
"keywords": [
"icelandic",
"language",
"declension",
"íslenska",
"beygja",
"beygingar",
"nafn",
"nöfn"
]
}