@codianz/rx
Version:
Rx utilities.
33 lines (32 loc) • 706 B
JSON
{
"name": "@codianz/rx",
"version": "0.0.2",
"description": "Rx utilities.",
"main": "./dist/src/index.js",
"scripts": {
"build": "tsc",
"prepare": "tsc",
"test": "tsc && node ./dist/test/test.js",
"deploy": "npm publish --access=public"
},
"keywords": [
"reactive-extensions",
"rxjs",
"Typescript"
],
"author": "Terukazu Inoue",
"license": "MIT",
"homepage": "https://github.com/CODIANZ/npm.rx",
"repository": {
"type": "git",
"url": "https://github.com/CODIANZ/npm.rx.git"
},
"dependencies": {
"@codianz/loglike": "0.0.0",
"@codianz/utils": "0.0.1"
},
"devDependencies": {
"rxjs": "^7.1.0",
"typescript": "^4.3.4"
}
}