quickstore-package
Version:
QuickStore - A lightweight and efficient data storage solution
40 lines (39 loc) • 883 B
JSON
{
"name": "quickstore-package",
"version": "1.1.2",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "jest"
},
"keywords": [
"quickstore",
"data-storage",
"json-storage",
"nodejs",
"react-native",
"api",
"lightweight-db",
"quickstore-package",
"quickstore-nodejs",
"quickstore-react-native"
],
"author": "Your Name",
"license": "MIT",
"description": "QuickStore - A lightweight and efficient data storage solution",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/getsettalk/quickstore-package"
},
"bugs": {
"url": "https://github.com/getsettalk/quickstore-package/issues"
},
"homepage": "https://github.com/getsettalk/quickstore-package#readme",
"dependencies": {
"axios": "^1.7.9"
},
"devDependencies": {
"jest": "^29.6.1"
}
}