fluent-cli
Version:
fluent cli
50 lines (49 loc) • 1.12 kB
JSON
{
"version": "0.0.1",
"name": "fluent-cli",
"description": "fluent cli",
"main": "src/index.js",
"scripts": {
"strip": "flow-remove-types src/ --pretty --all --out-dir disted/",
"test": "ava --verbose",
"docs": "jsdoc -c jsdocs.json"
},
"dependencies": {
"script-chain": "*",
"obj-chain-core": "*",
"likeaboss": "*",
"funwithflags": "*",
"flipcache": "*",
"flipfile": "*",
"flipchain": "*",
"fliplog": "*",
"cli-chain": "*",
"execa": "^0.6.3",
"file-chain": "*"
},
"devDependencies": {
"babel-core": "*",
"babel-plugin-transform-flow-strip-types": "*",
"babel-preset-env": "*",
"doxdox": "2.0.2",
"flow-remove-types": "1.2.0",
"jsdoc": "3.4.3",
"jsdoc-api": "3.0.0",
"jsdoc-babel": "0.3.0",
"ava": "0.19.1"
},
"keywords": [
"fluent",
"cli"
],
"author": "aretecode",
"license": "MIT",
"bugs": {
"url": "https://github.com/aretecode/cli"
},
"homepage": "https://github.com/aretecode/cli",
"repository": {
"type": "git",
"url": "git+https://github.com/aretecode/cli.git"
}
}