datasquirel/package.json

28 lines
640 B
JSON
Raw Normal View History

2023-05-03 06:16:29 +00:00
{
2023-05-03 06:25:12 +00:00
"name": "datasquirel",
2023-07-26 03:49:58 +00:00
"version": "1.1.86",
2023-05-03 06:25:12 +00:00
"description": "Cloud-based SQL data management tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BenjaminToby/dsql.git"
},
"keywords": [
"SQL",
"Cloud",
"Storage",
"API",
"Data",
"Storage"
],
"author": "Benjamin Toby",
"license": "ISC",
"bugs": {
"url": "https://github.com/BenjaminToby/dsql/issues"
},
2023-07-15 14:06:32 +00:00
"homepage": "https://datasquirel.com/"
2023-05-03 06:16:29 +00:00
}