f2e-server3
Version:
f2e-server 3.0
58 lines (57 loc) • 1.5 kB
JSON
{
"name": "f2e-server3",
"version": "1.13.5-alpha",
"description": "f2e-server 3.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"module": "src/index.ts",
"files": [
"lib",
"templates",
"types",
"src"
],
"bin": {
"f2e3": "lib/cli/index.js"
},
"scripts": {
"tsc": "tsc -p tsconfig.lib.json",
"test": "npm run tsc && node lib/test/start",
"test:bun": "bun src/test/start.ts",
"build": "npm run tsc && node lib/test/start -m build",
"build:bun": "bun src/test/start.ts -m build",
"prepublishOnly": "npm run tsc"
},
"repository": {
"type": "git",
"url": "git@gitee.com:f2e-server/f2e-server-3.git"
},
"keywords": [
"f2e-server"
],
"author": "shy2850",
"license": "Apache-2.0",
"devDependencies": {
"@tailwindcss/postcss": "^4.0.5",
"@types/bun": "^1.1.0",
"@types/deno": "^2.0.0",
"@types/less": "^3.0.6",
"@types/node": "^22.7.5",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"antd": "^5.16.4",
"chokidar": "^3.6.0",
"esbuild": "^0.25.2",
"esbuild-plugin-postcss": "^0.3.0",
"highlight.js": "^11.9.0",
"less": "^4.2.0",
"marked": "^12.0.1",
"mime": "^4.0.3",
"postcss": "^8.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^4.0.5",
"typescript": "^5.4.5",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.43.0"
}
}