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/npm/package.json

19 lines
334 B
JSON

{
"name": "fx",
"version": "34.0.0",
"bin": {
"fx": "index.js"
},
"files": [
"index.js"
],
"scripts": {
"test": "node test.js"
},
"repository": "antonmedv/fx",
"homepage": "https://fx.wtf",
"description": "Command-line JSON viewer",
"author": "Anton Medvedev <anton@medv.io>",
"license": "MIT"
}