puter/tools/license-headers/package.json
2024-07-10 00:41:08 -04:00

20 lines
414 B
JSON

{
"name": "license-headers",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "AGPL-3.0-only",
"description": "",
"dependencies": {
"console-table-printer": "^2.12.1",
"dedent": "^1.5.3",
"diff-match-patch": "^1.0.5",
"js-levenshtein": "^1.1.6",
"yaml": "^2.4.5"
}
}