@filesrocket/local
Version:
Filesrocket service that manages your files locally
47 lines (46 loc) • 1.02 kB
JSON
{
"name": "@filesrocket/local",
"version": "1.2.2",
"description": "Filesrocket service that manages your files locally",
"main": "lib/index.js",
"types": "lib",
"author": {
"name": "Ivan Zaldivar",
"url": "https://github.com/thebug404"
},
"repository": {
"url": "https://github.com/Filesrocket/filesrocket"
},
"homepage": "https://filesrocket.com/",
"bugs": {
"url": "https://github.com/Filesrocket/filesrocket/issues"
},
"directories": {
"lib": "lib"
},
"files": [
"lib/**",
"README.md",
"LICENCE"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"filesrocket",
"filemanager",
"filemanagement",
"upload",
"storage",
"files"
],
"license": "MIT",
"scripts": {
"build": "tsc -p .",
"test": "mocha -r ts-node/register test/**/*.spec.ts"
},
"dependencies": {
"@filesrocket/core": "^1.2.2"
},
"gitHead": "5c0959323477485769abaf3f1c0ef3772a5cacd7"
}