Use types from @types organization in npm instead of the typings tool
Showing
... | ... | @@ -4,9 +4,8 @@ |
"description": "BlenDB", | ||
"main": "index.js", | ||
"scripts": { | ||
"postinstall": "typings install", | ||
"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", | ||
"show-coverage": "xdg-open coverage/lcov-report/index.html", | ||
"doc-api": "raml2html -i specs/blendb-api-v1.raml -o doc/api-v1-reference.html" | ||
... | ... | @@ -18,18 +17,25 @@ |
"author": "Centro de Computação Científica e Software Livre (C3SL)", | ||
"license": "GPL-3.0", | ||
"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", | ||
"ts-node": "^1.2.3", | ||
"typescript": "^1.8.10", | ||
"typings": "^1.3.2" | ||
"pug": "^2.0.0-beta6", | ||
"ts-node": "^1.3.0", | ||
"typescript": "^2.0.3" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"chai": "^3.4.33", | ||
"istanbul": "1.1.0-alpha.1", | ||
"mocha": "^3.0.2", | ||
"raml2html": "^3.0.0", | ||
"tslint": "^3.14.0", | ||
"mocha": "^3.1.0", | ||
"raml2html": "^3.0.1", | ||
"tslint": "^3.15.1", | ||
"tslint-stylish": "^2.1.0-beta" | ||
} | ||
} |
typings.json
deleted
100644 → 0
Please register or sign in to comment