Move to TypeScript as main language
Showing
... | ... | @@ -4,7 +4,10 @@ |
"description": "BlenDB", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"prestart": "tsc", | ||
"start": "node build/src/boot", | ||
"pretest": "tsc", | ||
"test": "mocha" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -31,7 +34,9 @@ |
"jshint": "^2.9.2", | ||
"mongodb": "^2.2.5", | ||
"osprey": "^0.3.2", | ||
"raml2html": "^2.4.0" | ||
"raml2html": "^2.4.0", | ||
"typescript": "^1.8.10", | ||
"typings": "^1.3.2" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
... | ... |
src/api/controllers/data.ts
0 → 100644
src/api/controllers/data.js
→
src/boot.ts
100644 → 100755
tsconfig.json
0 → 100644
typings.json
0 → 100644
Please register or sign in to comment