Files
cypress/packages/ts/package.json
Gleb Bahmutov 6f657d0740 Send list of specs with record build 861 (#862)
* server: log some basic info when creating build through api

* send list of specs to API, close #861

* update a few unit tests

* set exact version of typescript and ts-node

* test integeration test

* use bluebird instead of ramba for tap-tap-tapping

* server: find and filter specs by specPattern, return name relative to integration folder, add better integration specs
2017-11-01 21:00:03 -04:00

20 lines
297 B
JSON

{
"name": "@packages/ts",
"version": "0.0.0",
"private": true,
"main": "index.js",
"files": [
"register.js"
],
"scripts": {
"test": "node test"
},
"devDependencies": {
"ts-node": "3.3.0",
"typescript": "2.5.2"
},
"dependencies": {
"debug": "^2.6.8"
}
}