-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.22 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
{
"name": "fridagar",
"version": "4.2.2",
"description": "Small library for looking up Icelandic public holidays and other commonly observed 'special' days.",
"contributors": [
"Bjarki Gunnarsson (https://github.com/bjarkig82)",
"Guðjón Jónsson (https://github.com/gaui)",
"Már Örlygsson <mar.nospam@anomy.net>"
],
"repository": "ssh://git@github.com:gaui/fridagar-node.git",
"license": "ISC",
"dependencies": {},
"npmPackageJson": {
"type": null,
"private": null,
"scripts": null,
"devDependencies": null,
"hxmstyle": null,
"engines": null,
"sideEffects": false,
"main": "index.js"
},
"devDependencies": {
"@maranomynet/libtools": "^0.1.7",
"@types/bun": "^1.0.5",
"typescript": "^5.3.3"
},
"private": true,
"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",
"__disabled__format": "bun scripts/format.ts"
},
"engines": {
"bun": "^1.0.26",
"node": "9999. Please use bun",
"npm": "9999. Please use bun",
"yarn": "9999. Please use bun"
}
}