-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (58 loc) · 1.27 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": "sygn-akt",
"version": "0.7.1-alpha",
"description": "Generate and read docket numbers (Polish legal citation). PL: Generuj i odczytuj sygnatury akt.",
"publishConfig": {
"tag": "latest"
},
"main": "./index.js",
"module": "./index.js",
"types": "./index.d.ts",
"files": [
"index.js",
"index.d.ts",
"roman_nums.js",
"courts/js/nsa.js",
"courts/js/wsa.js",
"courts/js/sn.js",
"courts/js/tk.js",
"package.json",
"courts/json/wsa.cities.json",
"courts/json/nsa.chambers.json",
"courts/json/sn.reps.json",
"courts/json/tk.reps.json",
"LICENSE",
"README.md",
"README.pl.md",
"CODE_OF_CONDUCT.md",
"SECURITY.md",
"CONTRIBUTING.md"
],
"exports": {
"import": "./index.js",
"default": "./index.js"
},
"scripts": {
"test": "node test.js"
},
"keywords": [
"legal",
"poland",
"legal-citation",
"court",
"court-cases",
"prawo",
"sygn-akt"
],
"author": "@HerrDiesel",
"license": "CC0 1.0",
"repository": "https://github.com/HerrDiesel/sygn-akt",
"homepage": "https://github.com/HerrDiesel/sygn-akt",
"bugs": "https://github.com/HerrDiesel/sygn-akt/issues",
"devDependencies": {
"tape": "^5.6.3"
},
"pre-commit": [
"test"
]
}