TypeScript-TmLanguage/tests/package.json

21 строка
432 B
JSON
Исходник Обычный вид История

2015-11-19 22:37:25 +03:00
{
"name": "tests",
"version": "1.0.0",
"private": true,
2015-11-19 22:37:25 +03:00
"description": "",
"main": "test.ts",
"scripts": {
"pretest": "node ../build/build.js && tsc",
"test": "mocha --full-trace test.js"
2015-11-19 22:37:25 +03:00
},
"dependencies": {
"@types/chai": "latest",
"@types/mocha": "latest",
"@types/node": "latest",
"chai": "latest",
"mocha": "latest",
"typescript": "latest",
"vscode-textmate": "latest"
2015-11-19 22:37:25 +03:00
}
}