cyclejs-utils
Version:
A few utility functions for dealing with merging of sinks
37 lines (36 loc) • 1.03 kB
JSON
{
"name": "cyclejs-utils",
"version": "4.0.2",
"description": "A few utility functions for dealing with merging of sinks",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/es6/index.d.ts",
"scripts": {
"build": "tsc -d && tsc -d --module ES6 --outDir lib/es6",
"format": "prettier --tab-width 4 --single-quote --write './src/**/*.{js,ts,tsx}'",
"test": "typings-tester --dir test",
"documentation": "typedoc --out docs src && touch docs/.nojekyll",
"prepublishOnly": "npm run format && npm run build && npm run documentation"
},
"keywords": [
"cyclejs",
"utils"
],
"author": "Jan van Brügge <supermanitu@gmail.com>",
"license": "MIT",
"devDependencies": {
"cp-cli": "^1.1.2",
"prettier": "^1.14.3",
"release-it": "^7.6.2",
"typedoc": "^0.13.0",
"typescript": "^3.1.3",
"typings-tester": "^0.3.2",
"xstream": "^11.7.0"
},
"peerDependencies": {
"xstream": "*"
},
"dependencies": {
"@cycle/state": "^1.0.0"
}
}