UNPKG

@fly/cdn

Version:
69 lines (68 loc) 1.55 kB
{ "name": "@fly/cdn", "version": "0.5.2", "description": "Fly's TypeScript CDN", "main": "./lib/index.js", "typings": "./lib/index.d.ts", "files": [ "lib" ], "scripts": { "start": "yarn fly server", "test": "yarn fly test", "build": "yarn tsc", "prepublishOnly": "yarn tsc", "doc": "typedoc" }, "repository": { "type": "git", "url": "git+https://github.com/superfly/cdn.git" }, "keywords": [ "routing", "adn", "cdn", "flyio", "onehostname", "middleware" ], "author": "Kurt Mackey", "license": "Apache-2.0", "bugs": { "url": "https://github.com/superfly/cdn/issues" }, "homepage": "https://github.com/superfly/cdn#readme", "dependencies": { "@fly/fly": "^0.44.5", "http-cache-semantics": "^4.0.1", "lodash": "^4.17.11", "webpack": "^4.28.4", "sjcl": "^1.0.8", "aws4": "^1.8.0" }, "peerDependencies": {}, "devDependencies": { "@fly/fly": "^0.44.8", "@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", "@types/aws4": "^1.5.1", "chai": "^4.2.0", "standard-version": "^4.4.0", "ts-loader": "^3.5.0", "typedoc": "^0.13.0", "typedoc-plugin-external-module-name": "^1.1.3", "typescript": "^3.1.2", "arraybuffer-loader": "^1.0.3", "image-webpack-loader": "^4.3.1" }, "publishConfig": { "access": "public" }, "directories": { "doc": "docs", "test": "test" } }