@fly/edge
Version:
Fly's TypeScript Edge
70 lines (69 loc) • 1.55 kB
JSON
{
"name": "@fly/edge",
"version": "0.10.0",
"description": "Fly's TypeScript Edge",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"start": "yarn flyjs server",
"test": "yarn flyjs test",
"build": "yarn tsc",
"prepublishOnly": "yarn tsc",
"doc": "typedoc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/superfly/edge.git"
},
"keywords": [
"routing",
"adn",
"cdn",
"edge",
"flyio",
"onehostname",
"global",
"load-balancer",
"middleware"
],
"author": "Kurt Mackey",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/superfly/edge/issues"
},
"homepage": "https://github.com/superfly/edge#readme",
"dependencies": {
"aws4": "^1.8.0",
"http-cache-semantics": "^4.0.1",
"lodash": "^4.17.11",
"sjcl": "^1.0.8"
},
"peerDependencies": {},
"devDependencies": {
"@fly/fly": "^0.56.2",
"@types/aws4": "^1.5.1",
"@types/chai": "^4.1.7",
"@types/lodash": "^4.14.119",
"@types/mocha": "^5.2.5",
"@types/sjcl": "^1.0.28",
"@types/source-map": "^0.5.2",
"arraybuffer-loader": "^1.0.3",
"chai": "^4.2.0",
"image-webpack-loader": "^4.3.1",
"standard-version": "^4.4.0",
"typedoc": "^0.13.0",
"typedoc-plugin-external-module-name": "^1.1.3",
"typescript": "^3.1.2",
"webpack": "^4.28.4"
},
"publishConfig": {
"access": "public"
},
"directories": {
"doc": "docs",
"test": "test"
}
}