-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
{
"name": "jmbg",
"version": "2.1.1",
"description": "JMBG utility tool, JMBG is a unique identification number that was assigned to every citizen of former Yugoslav republics of the SFR Yugoslavia.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest tests --watch",
"build": "tsup src/index.ts --format cjs,esm --dts"
},
"keywords": [
"JMBG",
"ЈМБГ",
"ЕМБГ",
"serbia",
"bosnia",
"bosnia and herzegovina",
"macedonia",
"north macedonia",
"slovenia"
],
"author": "Deda",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/DedaDev/jmbg.git"
},
"bugs": {
"url": "https://github.com/DedaDev/jmbg/issues"
},
"files": [
"dist"
],
"devDependencies": {
"@types/jest": "^29.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^7.10.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
}
}