workspaces_registry_template/processing/package.json

17 lines
338 B
JSON
Raw Normal View History

2022-12-14 15:03:50 +00:00
{
2023-01-05 10:46:28 +00:00
"name": "Kasm-Apps",
"version": "1.0.0",
"description": "Generate json file",
"main": "processjson.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {},
"devDependencies": {
"folder-hash": "^4.0.2",
"glob": "^7.1.6"
}
}