mirror of https://github.com/codefeathers/magnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
376 B
19 lines
376 B
{
|
|
"name": "@codefeathers/magnet",
|
|
"version": "0.5.0",
|
|
"license": "MIT",
|
|
"author": "Muthu Kumar <@MKRhere> (https://mkr.pw)",
|
|
"bin": {
|
|
"magnet": "./bin/www"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"debug": "~2.6.9",
|
|
"express": "~4.18.2",
|
|
"leveldown": "^5.6.0",
|
|
"levelup": "^4.4.0",
|
|
"morgan": "^1.10.0"
|
|
}
|
|
}
|
|
|