Files
coopgo/node_modules/chain-function/package.json
sgauthier 6e64e138e2
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
planning
2024-10-14 09:15:30 +02:00

25 lines
556 B
JSON

{
"name": "chain-function",
"version": "1.0.1",
"description": "chain a bunch of functions together into a single call",
"main": "index.js",
"scripts": {
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jquense/chain-function.git"
},
"keywords": [
"chain",
"compose",
"function"
],
"author": "jquense",
"license": "MIT",
"bugs": {
"url": "https://github.com/jquense/chain-function/issues"
},
"homepage": "https://github.com/jquense/chain-function#readme"
}