flume-js
Version:
a library for defining applications as a set of inputs and transformations
56 lines (55 loc) • 1 kB
JSON
{
"name": "flume-js",
"version": "0.1.5",
"description": "a library for defining applications as a set of inputs and transformations",
"license": "MIT",
"repository": "justinvdm/flume",
"main": "./index.js",
"type": "commonjs",
"exports": {
"import": "./index.mjs",
"require": "./index.js"
},
"author": {
"name": "justinvdm"
},
"engines": {
"node": ">=10"
},
"scripts": {
"build": "otr build",
"lint": "otr lint",
"format": "otr format",
"test": "otr test",
"release": "otr release",
"checks": "yarn lint && yarn test"
},
"files": [
"*.js",
"utils/*.js",
"*.mjs",
"dist"
],
"keywords": [
"dataflow",
"frp",
"functional",
"reactive",
"programming"
],
"oftherivier": {
"type": "es5",
"src": "index.js"
},
"renovate": {
"extends": [
"github>oftherivier/tools"
]
},
"ava": {
"babel": true
},
"devDependencies": {
"@oftherivier/tools": "0.1.38"
}
}