mirror of
https://github.com/BidingCC/BuildingAI.git
synced 2026-09-03 13:00:44 +08:00
30 lines
690 B
JSON
30 lines
690 B
JSON
{
|
|
"name": "@fastbuildai/http",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint . --fix",
|
|
"check-types": "tsc --noEmit"
|
|
},
|
|
"type": "module",
|
|
"module": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"files": [
|
|
"src"
|
|
],
|
|
"devDependencies": {
|
|
"@fastbuildai/config": "workspace:*",
|
|
"@tsconfig/node22": "^22.0.2",
|
|
"@types/node": "^22.17.2",
|
|
"eslint": "^9.33.0",
|
|
"prettier": "3.5.3",
|
|
"typescript": "~5.8.3"
|
|
},
|
|
"dependencies": {
|
|
"@fastbuildai/ui": "workspace:*",
|
|
"ofetch": "^1.4.1"
|
|
}
|
|
} |