You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fx/package.json

30 lines
490 B
JSON

{
"name": "fx",
"version": "1.0.0",
"description": "Command-line JSON processing tool",
"repository": "antonmedv/fx",
"author": "Anton Medvedev <anton@medv.io>",
"license": "MIT",
"bin": {
"fx": "index.js"
},
"files": [
"index.js"
],
"scripts": {
"test": "bash test.sh"
},
"keywords": [
"json",
"cli"
],
"engines": {
"node": ">=9"
},
"dependencies": {
"cardinal": "^1.0.0",
"get-stdin": "^5.0.1",
"meow": "^4.0.0"
}
}