UNPKG

blow-query

Version:

Programmatically build queries which can be returned as JSON Object and used to fetch data from many sources.

38 lines (37 loc) 1.35 kB
{ "name": "blow-query", "version": "0.1.11", "description": "Programmatically build queries which can be returned as JSON Object and used to fetch data from many sources.", "main": "lib/blow-query.js", "scripts": { "lint": "tslint -c tslint.json src/*.ts src/**/*.ts src/**/**/*.ts", "pretest": "npm run build && tsc test/*.ts --module commonjs --target ES6", "test": "mocha --harmony_default_parameters --harmony_destructuring", "coverage": "npm run pretest && ./node_modules/.bin/istanbul cover _mocha --harmony_default_parameters --harmony_destructuring && npm run posttest", "coverage:open": "open coverage/lcov-report/index.html", "posttest": "find ./test -name '*.js' -type f -delete && find ./src -name '*.js' -type f -delete", "watch:src": "tsc --watch", "watch:lib": "nodemon --harmony_default_parameters --harmony_destructuring ./lib/blow-query.js", "build": "tsc" }, "keywords": [ "data", "builder", "query", "blow", "typescript" ], "author": "Maciej Chmielarski <m.chmielarski@gmail.com>", "license": "MIT", "typings": "lib/blow-query.d.ts", "dependencies": {}, "devDependencies": { "chai": "^3.4.1", "istanbul": "^0.4.2", "mocha": "^2.3.4" }, "repository": { "type": "git", "url": "https://github.com/mchmielarski/blow-query" } }