stared
Version:
A simple library for managing starred items.
29 lines (28 loc) • 636 B
JSON
{
"name": "stared",
"version": "1.0.0",
"description": "A simple library for managing starred items.",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/bonsernTow088/Stared.git"
},
"keywords": [
"stared",
"starred",
"library"
],
"author": "bonsernTow088",
"license": "MIT",
"bugs": {
"url": "https://github.com/bonsernTow088/Stared/issues"
},
"homepage": "https://github.com/bonsernTow088/Stared",
"dependencies": {
"lodash": "^4.17.21",
"axios": "^0.24.0"
}
}