-
- Downloads
There was a problem fetching the pipeline summary.
Use types from @types organization in npm instead of the typings tool
parent
50189272
No related branches found
No related tags found
Pipeline #
... | @@ -4,9 +4,8 @@ | ... | @@ -4,9 +4,8 @@ |
"description": "BlenDB", | "description": "BlenDB", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
"postinstall": "typings install", | |||
"start": "node index", | "start": "node index", | ||
"pretest": "tslint -s node_modules/tslint-stylish -t stylish src/**/*.ts test/**/*.ts", | "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", | "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", | "show-coverage": "xdg-open coverage/lcov-report/index.html", | ||
"doc-api": "raml2html -i specs/blendb-api-v1.raml -o doc/api-v1-reference.html" | "doc-api": "raml2html -i specs/blendb-api-v1.raml -o doc/api-v1-reference.html" | ||
... | @@ -18,18 +17,25 @@ | ... | @@ -18,18 +17,25 @@ |
"author": "Centro de Computação Científica e Software Livre (C3SL)", | "author": "Centro de Computação Científica e Software Livre (C3SL)", | ||
"license": "GPL-3.0", | "license": "GPL-3.0", | ||
"dependencies": { | "dependencies": { | ||
"express": "^4.14.0", | "@types/chai": "^3.4.33", | ||
"@types/d3": "^3.5.36", | |||
"@types/express": "^4.0.33", | |||
"@types/mocha": "^2.2.32", | |||
"@types/pug": "^2.0.1", | |||
"express": "^4.0.33", | |||
"mississippi": "^1.2.0", | |||
"node-uuid": "^1.4.7", | |||
"osprey": "^0.3.2", | "osprey": "^0.3.2", | ||
"ts-node": "^1.2.3", | "pug": "^2.0.0-beta6", | ||
"typescript": "^1.8.10", | "ts-node": "^1.3.0", | ||
"typings": "^1.3.2" | "typescript": "^2.0.3" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"chai": "^3.5.0", | "chai": "^3.4.33", | ||
"istanbul": "1.1.0-alpha.1", | "istanbul": "1.1.0-alpha.1", | ||
"mocha": "^3.0.2", | "mocha": "^3.1.0", | ||
"raml2html": "^3.0.0", | "raml2html": "^3.0.1", | ||
"tslint": "^3.14.0", | "tslint": "^3.15.1", | ||
"tslint-stylish": "^2.1.0-beta" | "tslint-stylish": "^2.1.0-beta" | ||
} | } | ||
} | } |
typings.json
deleted
100644 → 0
Please register or sign in to comment