-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1008 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
37
38
39
40
{
"name": "bsky-random-places",
"version": "0.1.0",
"type": "module",
"bin": "./dist/bin.mjs",
"scripts": {
"build": "unbuild",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"test": "vitest"
},
"dependencies": {
"@atproto/api": "^0.13.19",
"@sinclair/typebox": "^0.34.11",
"@turf/turf": "^7.1.0"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@types/eslint": "^9.6.1",
"@types/geojson": "^7946.0.15",
"@types/node": "^22.10.1",
"better-typescript-lib": "^2.10.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-sonarjs": "^3.0.1",
"eslint-plugin-unicorn": "^56.0.1",
"fast-check": "^3.23.1",
"geojson": "^0.5.0",
"globals": "^15.13.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"unbuild": "^3.0.0-rc.7",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=20"
},
"packageManager": "[email protected]"
}