@wranggle/storage-node
Version:
WranggleStorage bundle that includes the main feature layers and persistence adapters for a Node environment
53 lines (52 loc) • 1.43 kB
JSON
{
"name": "@wranggle/storage-node",
"version": "0.2.4",
"description": "WranggleStorage bundle that includes the main feature layers and persistence adapters for a Node environment",
"main": "dist/cjs/index.js",
"module": "dist/es2015/index.js",
"types": "dist/es2015/index.d.ts",
"scripts": {
"bundle": "run-s build:combined",
"build:combined": "../../bin/build-standalone.js node-full",
"tsc": "tsc",
"clean:dist": "rimraf dist/",
"clean:out": "rimraf out/",
"clean": "run-p clean:*"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"author": "Jeff Ferber",
"homepage": "https://github.com/wranggle/storage",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/wranggle/storage.git"
},
"keywords": [
"wranggle-storage",
"storage",
"persistence",
"middleware",
"json-storage"
],
"bugs": {
"url": "https://github.com/wranggle/storage/issues"
},
"dependencies": {
"@wranggle/storage-config-file-adapter": "^0.2.4",
"@wranggle/storage-core": "^0.2.4",
"@wranggle/storage-expiration-layer": "^0.2.4",
"@wranggle/storage-key-name-layer": "^0.2.4",
"@wranggle/storage-remote": "^0.2.4"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"rimraf": "^2.6.3",
"tempy": "^0.2.1"
},
"gitHead": "3e33cc90d8bd3c1f72c8bea46aab4976662856db"
}