yaml-sort
Version:
Sort YAML files alphabetically
45 lines (44 loc) • 887 B
JSON
{
"name": "yaml-sort",
"version": "2.1.0",
"description": "Sort YAML files alphabetically",
"main": "yaml-sort.js",
"scripts": {
"test": "test/test.js",
"lint": "standard",
"fix": "standard --fix"
},
"bin": {
"yaml-sort": "yaml-sort.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ddebin/yaml-sort.git"
},
"keywords": [
"cli",
"yaml",
"yml",
"sort",
"stream",
"shell"
],
"author": "Damien Debin <damien.debin@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ddebin/yaml-sort/issues"
},
"homepage": "https://github.com/ddebin/yaml-sort#readme",
"dependencies": {
"js-yaml": "^4.0.0",
"yargs": "^17.0.0"
},
"devDependencies": {
"standard": "^17.0.0",
"tape": "^5.6.6",
"tape-spawn": "^1.4.2"
},
"engines": {
"node": ">=12"
}
}