mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
21 lines
440 B
JSON
21 lines
440 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",
|
|
"enquirer": "^2.4.1",
|
|
"js-levenshtein": "^1.1.6",
|
|
"yaml": "^2.4.5"
|
|
}
|
|
}
|