23 lines
413 B
JSON
23 lines
413 B
JSON
{
|
|
"name": "@tolitius/mount",
|
|
"version": "0.1.16",
|
|
"license": "EPL-1.0",
|
|
"homepage": "https://github.com/tolitius/mount",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tolitius/mount"
|
|
},
|
|
"author": {
|
|
"name": "tolitius",
|
|
"url": "http://www.dotkam.com"
|
|
},
|
|
"files": [
|
|
"src/*"
|
|
],
|
|
"directories": {
|
|
"lib": "src"
|
|
},
|
|
"dependencies": {
|
|
"ws": "^8.16.0"
|
|
}
|
|
}
|