mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-08 16:19:55 -06:00
* 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
20 lines
297 B
JSON
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"
|
|
}
|
|
}
|