pantry-node
Version:
A convenient wrapper to access the Pantry storage API
38 lines (37 loc) • 937 B
JSON
{
"name": "pantry-node",
"version": "0.1.3",
"description": "A convenient wrapper to access the Pantry storage API",
"main": "dist/pantry.js",
"repository": "https://github.com/imRohan/pantry-node.git",
"author": "Rohan Likhite <rlikhite@gmail.com> (https://rohanlikhite.com)",
"license": "MIT",
"private": false,
"scripts": {
"autobuild": "rollup -c -w",
"build": "rollup -c"
},
"keywords": [
"json",
"free",
"storage",
"pantry",
"api",
"data",
"store"
],
"homepage": "https://getpantry.cloud",
"bugs": "https://github.com/imRohan/pantry-js/issues",
"devDependencies": {
"@rollup/plugin-eslint": "^8.0.1",
"eslint": "^7.31.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"rollup": "^2.58.0"
},
"dependencies": {
"bent": "^7.3.12"
}
}