UNPKG

lux-framework

Version:

Build scalable, Node.js-powered REST APIs with almost no code.

82 lines (81 loc) 2.38 kB
{ "name": "lux-framework", "version": "1.2.3", "description": "Build scalable, Node.js-powered REST APIs with almost no code.", "repository": "github:postlight/lux", "keywords": [ "mvc", "api", "lux", "jsonapi", "json-api", "rest", "framework" ], "main": "src/index.js", "bin": { "lux": "bin/lux" }, "scripts": { "build": "rollup -c", "clean": "shx rm -rf .nyc_output coverage dist test/test-app/dist test-results.xml", "codecov": "nyc report --reporter=lcov > coverage.lcov && curl -s https://codecov.io/bash | bash", "flow": "flow check", "types": "shx rm -rf flow-typed && flow-typed install", "lint": "remark . && eslint .", "test": "nyc -i ./lib/babel-hook.js --instrument false --source-map false mocha --opts mocha.opts", "debugger": "node test/utils/debugger/dist/debug.js", "build:debugger": "rollup -c test/utils/debugger/rollup.config.js" }, "author": "Zachary Golba", "license": "MIT", "homepage": "https://lux.postlight.com", "bugs": { "url": "https://github.com/postlight/lux/issues" }, "engines": { "node": ">= 6.0" }, "dependencies": { "ansi-regex": "2.1.1", "babel-eslint": "7.2.3", "chalk": "1.1.3", "commander": "2.9.0", "eslint": "3.19.0", "fb-watchman": "2.0.0", "inflection": "1.12.0", "knex": "0.13.0", "ora": "1.2.0", "rollup": "0.41.6", "rollup-plugin-alias": "1.3.1", "rollup-plugin-babel": "2.7.1", "rollup-plugin-eslint": "3.0.0", "rollup-plugin-json": "2.1.1", "rollup-plugin-lux": "3.0.0", "rollup-plugin-node-resolve": "3.0.0", "source-map-support": "0.4.15" }, "devDependencies": { "babel-core": "6.24.1", "babel-plugin-istanbul": "4.1.3", "babel-plugin-transform-es2015-modules-commonjs": "6.24.1", "babel-preset-lux": "2.0.2", "chai": "3.5.0", "eslint-config-airbnb-base": "11.2.0", "eslint-plugin-flowtype": "2.33.0", "eslint-plugin-import": "2.2.0", "faker": "4.1.0", "flow-bin": "0.38.0", "flow-typed": "2.1.2", "mocha": "3.4.1", "mocha-junit-reporter": "1.13.0", "node-fetch": "1.6.3", "nyc": "10.3.2", "remark-cli": "3.0.1", "remark-lint": "6.0.0", "remark-preset-lint-recommended": "2.0.0", "rollup-plugin-multi-entry": "2.0.1", "shx": "0.2.2", "sinon": "2.2.0" } }