36 lines
728 B
JSON
36 lines
728 B
JSON
{
|
|
"name": "fixbluesky",
|
|
"private": true,
|
|
"packageManager": "yarn@4.1.1",
|
|
"volta": {
|
|
"node": "21.7.3",
|
|
"yarn": "4.1.1"
|
|
},
|
|
"type": "module",
|
|
"main": "./dist/main.js",
|
|
"module": "./dist/main.js",
|
|
"types": "./dist/main.d.ts",
|
|
"exports": {
|
|
"import": {
|
|
"types": "./dist/main.d.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"dev": "tsx ./src/main.ts",
|
|
"lint": "biome ci ./src/**/*",
|
|
"build": "pkgroll"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.7.1",
|
|
"@types/node": "20.12.7",
|
|
"pkgroll": "2.0.2",
|
|
"tsx": "4.7.2",
|
|
"typescript": "5.4.5"
|
|
},
|
|
"dependencies": {
|
|
"@atproto/api": "0.12.5",
|
|
"@hono/node-server": "1.11.0",
|
|
"hono": "4.2.7",
|
|
"ioredis": "5.4.1"
|
|
}
|
|
}
|