-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.56 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.56 KB
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
61
62
63
64
65
66
67
68
69
70
{
"name": "@ssecd/jkn",
"displayName": "JKN",
"version": "0.9.2",
"description": "Bridging BPJS di Node.js, Deno, dan Bun lebih mudah dan cepat ⚡",
"repository": {
"type": "git",
"url": "https://github.com/ssecd/jkn"
},
"homepage": "https://github.com/ssecd/jkn",
"private": false,
"publishConfig": {
"access": "public"
},
"type": "module",
"scripts": {
"test": "node --env-file=.env ./node_modules/vitest/vitest.mjs",
"build": "tsc && dts-buddy dist/index.d.ts -m @ssecd/jkn:src/index.js",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"release": "changeset publish"
},
"keywords": [
"jkn",
"bpjs",
"bridging",
"vclaim",
"antrean",
"mobile-jkn"
],
"author": {
"name": "Habib Mustofa",
"email": "25121822+mustofa-id@users.noreply.github.com",
"url": "https://github.com/mustofa-id"
},
"license": "MIT",
"files": [
"dist"
],
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"devDependencies": {
"@changesets/cli": "^2.30.0",
"@eslint/compat": "^2.0.3",
"@eslint/js": "^9.39.4",
"@types/node": "^25.5.0",
"dts-buddy": "^0.5.5",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"globals": "^17.4.0",
"prettier": "^3.8.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.57.0",
"vitest": "^4.1.0"
},
"dependencies": {
"lz-string": "^1.5.0"
},
"peerDependencies": {
"@types/fhir": "^0.0.40"
},
"packageManager": "pnpm@9.15.3"
}