{ "name": "blendb", "version": "0.0.1", "description": "BlenDB", "main": "index.js", "scripts": { "start": "node index", "lint": "tslint -s node_modules/tslint-stylish -t stylish src/**/*.ts test/**/*.ts", "test": "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", "database": "ts-node database/config.ts database" }, "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.38", "async": "=2.4.1", "express": "^4.0.33", "js-yaml": "^3.8.2", "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" } }