bliz
Version:
A fast, declarative framework for writing web servers, no taradiddles
72 lines (71 loc) • 2.07 kB
JSON
{
"name": "bliz",
"version": "0.4.23",
"bugs": {
"url": "https://github.com/yuraxdrumz/Bliz/issues",
"email": "yurik1776@gmail.com"
},
"homepage": "https://github.com/yuraxdrumz/Bliz#readme",
"description": "A fast, declarative framework for writing web servers, no taradiddles",
"main": "./dist/bundle.js",
"scripts": {
"prettier": "prettier --write src/**/*.js",
"test": "jest",
"start": "rimraf ./dist && webpack --mode development --watch",
"build": "rimraf ./dist && webpack -p --progress --config=webpack.config.prod.js --mode production"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"jest": "^21.2.1",
"prettier": "1.12.1",
"rimraf": "^2.6.2",
"source-map-support": "^0.4.15",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.4",
"webpack-node-server-plugin": "^0.2.1"
},
"keywords": [
"http",
"server",
"express-like",
"web",
"sockets",
"graphql",
"declarative",
"simple"
],
"repository": "yuraxdrumz/Bliz",
"author": "Yuri Khomyakov",
"license": "MIT",
"dependencies": {
"apollo-cache-control": "^0.1.1",
"apollo-client-preset": "^1.0.8",
"apollo-link-http": "^1.5.4",
"apollo-server-module-graphiql": "^1.3.4",
"apollo-tracing": "^0.1.4",
"apollo-utilities": "^1.0.12",
"babel-polyfill": "^6.26.0",
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"dataloader": "^1.4.0",
"etag": "^1.8.1",
"eventemitter2": "^4.1.2",
"graphql": "^0.13.2",
"graphql-extensions": "0.0.10",
"graphql-subscriptions": "^0.5.8",
"graphql-tools": "^3.0.2",
"json-to-pretty-yaml": "^1.2.2",
"node-fetch": "^2.1.2",
"print-message": "^2.1.0",
"socket.io": "^2.1.1",
"subscriptions-transport-ws": "^0.9.9",
"superstruct": "^0.5.4",
"treeify": "^1.0.1",
"url": "^0.11.0",
"ws": "^5.2.0"
}
}