-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "is-kennitala",
"version": "1.0.6",
"description": "Small, robust, type-safe and fast Icelandic kennitala parsing/handling library.",
"repository": "ssh://git@github.com:maranomynet/is-kennitala.git",
"contributors": [
"Már Örlygsson <mar.nospam@anomy.net>"
],
"license": "ISC",
"npmPackageJson": {
"type": null,
"private": null,
"scripts": null,
"devDependencies": null,
"hxmstyle": null,
"engines": null,
"sideEffects": false
},
"devDependencies": {
"@hugsmidjan/hxmstyle": "^8.10.0",
"@maranomynet/libtools": "^0.1.15",
"@types/bun": "^1.1.12",
"eslint": "^8.57.1",
"prettier": "^2.8.8",
"typescript": "^5.6.3"
},
"private": true,
"engines": {
"bun": "1.0.20",
"node": "9999. Please use bun",
"npm": "9999. Please use bun",
"yarn": "9999. Please use bun"
},
"type": "module",
"scripts": {
"dev": "bun scripts/dev.ts",
"build": "bun scripts/build.ts",
"publish:lib": "bun scripts/publish.ts",
"prepublishOnly": "echo \"\nRun 'bun run publish:lib' to publish this package\n\n\" && exit 1",
"format": "bun scripts/format.ts"
},
"hxmstyle": {
"options": {
"typescript": true
}
}
}