14 lines
350 B
JSON
14 lines
350 B
JSON
{
|
|
"name": "fedihub-registry",
|
|
"version": "0.0.0",
|
|
"description": "User registry",
|
|
"main": "src/index.js",
|
|
"repository": "https://github.com/fedihubcom/registry.git",
|
|
"author": "Alex Kotov <kotovalexarian@gmail.com>",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"webpack": "^5.1.1",
|
|
"webpack-cli": "^4.0.0"
|
|
}
|
|
}
|