2015-11-19 22:37:25 +03:00
|
|
|
{
|
|
|
|
"name": "tests",
|
|
|
|
"version": "1.0.0",
|
2016-01-25 19:38:13 +03:00
|
|
|
"private": true,
|
2015-11-19 22:37:25 +03:00
|
|
|
"description": "",
|
|
|
|
"main": "test.ts",
|
|
|
|
"scripts": {
|
2017-06-23 02:53:04 +03:00
|
|
|
"pretest": "node ../build/build.js && tsc",
|
2017-06-27 02:32:50 +03:00
|
|
|
"test": "mocha --full-trace test.js"
|
2015-11-19 22:37:25 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-09-27 03:02:13 +03:00
|
|
|
"@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
|
|
|
}
|
2016-09-27 03:02:13 +03:00
|
|
|
}
|