{ "name": "form-creator-api", "version": "0.0.18", "description": "RESTful API used to manage and answer forms.", "main": "index.js", "scripts": { "start": "scripts/start.sh config/config.env", "test": "scripts/test.sh config/test.env", "lint": "tslint -s node_modules/tslint-stylish -t stylish src/**/*.ts test/**/*.ts", "show-coverage": "xdg-open coverage/lcov-report/index.html", "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:lfoliveira/ts-api-start-up.git" }, "author": "", "license": "ISC", "dependencies": { "@types/async": "^2.0.50", "@types/express": "^4.16.0", "@types/pg": "^7.4.13", "async": "^2.6.1", "express": "^4.16.4", "pg": "^7.8.1", "ts-node": "^7.0.1", "typescript": "^3.2.2" }, "devDependencies": { "@types/chai": "^4.1.7", "@types/mocha": "^5.2.5", "@types/supertest": "^2.0.7", "chai": "^4.2.0", "istanbul": "1.1.0-alpha.1", "mocha": "^5.2.0", "supertest": "^3.3.0", "tslint": "^5.13.1", "typedoc": "^0.14.1" } }