{ "name": "blendb", "version": "0.0.1", "description": "BlenDB", "main": "index.js", "scripts": { "start": "env $(cat config/config.env) node index", "lint": "tslint -s node_modules/tslint-stylish -t stylish src/**/*.ts test/**/*.ts", "test": "env $(cat config/test.env) ts-node node_modules/istanbul/lib/cli.js cover -x \"**/*.spec.ts\" -e .ts _mocha", "show-coverage": "xdg-open coverage/lcov-report/index.html", "doc-api": "raml2html -i specs/blendb-api-v1.raml -o doc/api-v1-reference.html", "schema": "env $(cat config/config.env ) ts-node scripts/schema.ts config/config.yaml schema.sql", "service": "./scripts/service.sh", "doc-code": "typedoc --mode 'file' --module 'commonjs' --target 'ES6' --ignoreCompilerErrors --exclude '**/*.spec.ts' --out 'doc/code' 'src'" }, "repository": { "type": "git", "url": "git@gitlab.c3sl.ufpr.br:c3sl/blendb.git" }, "author": "Centro de Computação Científica e Software Livre (C3SL)", "license": "GPL-3.0", "dependencies": { "@types/async": "^2.0.40", "@types/chai": "^3.4.33", "@types/express": "^4.0.33", "@types/js-yaml": "^3.5.29", "@types/pg": "^6.1.45", "async": "=2.4.1", "express": "^4.0.33", "js-yaml": "^3.8.2", "monetdb": "^1.1.4", "osprey": "^0.3.2", "pg": "^6.1.5", "ts-node": "^3.1.0", "typescript": "^2.4.1" }, "devDependencies": { "@types/mocha": "^2.2.32", "@types/supertest": "^2.0.0", "chai": "^3.4.33", "istanbul": "1.1.0-alpha.1", "mocha": "^3.1.0", "raml2html": "^3.0.1", "supertest": "^3.0.0", "tslint": "^3.15.1", "tslint-stylish": "^2.1.0-beta", "typedoc": "^0.11.1" } }