-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 826 Bytes
/
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
{
"name": "@patient-otter/dateonly",
"version": "0.1.5",
"description": "Date objects without time",
"main": "lib/index.js",
"scripts": {
"lint": "biome lint --write ./lib",
"fmt": "biome format --write ./lib",
"fix": "biome check --write ./lib",
"test": "bun test"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/lwileczek/dateonly.git"
},
"keywords": [
"date",
"dates",
"dateonly"
],
"author": "lwileczek",
"license": "MIT",
"bugs": {
"url": "https://github.com/lwileczek/dateonly/issues"
},
"homepage": "https://github.com/lwileczek/dateonly#readme",
"devDependencies": {
"@biomejs/biome": "1.9.3",
"jsdoc-to-markdown": "^9.0.4",
"typescript": "^5.6.3"
},
"directories": {
"test": "test"
}
}