mirror of
https://github.com/antonmedv/fx
synced 2024-11-11 07:10:28 +00:00
19 lines
334 B
JSON
19 lines
334 B
JSON
{
|
|
"name": "fx",
|
|
"version": "30.2.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"
|
|
}
|