@fly/site
Version:
Fly Site implemented as an edge app
47 lines (46 loc) • 984 B
JSON
{
"name": "@fly/site",
"version": "0.2.0",
"description": "Fly Site implemented as an edge app",
"main": "./dist/src/index.ts",
"files": [
"./dist/src/"
],
"scripts": {
"start": "yarn fly server",
"test": "yarn fly test",
"build": "yarn tsc",
"prepublishOnly": "yarn tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/superfly/fl-site.git"
},
"keywords": [
"routing",
"adn",
"cdn",
"flyio",
"onehostname",
"middleware"
],
"author": "Kurt Mackey",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/superfly/fly/issues"
},
"homepage": "https://github.com/superfly/fly#readme",
"dependencies": {
"@fly/fly": "^0.42.2",
"@fly/load-balancer": "^0.1.2"
},
"devDependencies": {
"@types/source-map": "^0.5.2",
"standard-version": "^4.4.0",
"ts-loader": "^3.5.0",
"typescript": "^3.1.2"
},
"publishConfig": {
"access": "public"
}
}