cyclejs-test-helpers
Version:
A small collection of useful utilities
35 lines (34 loc) • 815 B
JSON
{
"name": "cyclejs-test-helpers",
"version": "4.0.0",
"description": "A small collection of useful utilities",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "tsc -d",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jvanbruegge/cyclejs-test-helpers.git"
},
"keywords": [
"cyclejs",
"testing"
],
"author": "Jan van Brügge",
"license": "MIT",
"bugs": {
"url": "https://github.com/jvanbruegge/cyclejs-test-helpers/issues"
},
"homepage": "https://github.com/jvanbruegge/cyclejs-test-helpers#readme",
"devDependencies": {
"release-it": "^7.3.0",
"typescript": "^2.8.1"
},
"dependencies": {
"@cycle/time": "*",
"jsverify": ">=0.8.3",
"xstream": "*"
}
}