forked from FoundKeyGang/FoundKey
Update package.json
This commit is contained in:
parent
314ff6777a
commit
c93d4355a6
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"private": true,
|
||||
"name": "misskey",
|
||||
"version": "1.0.0",
|
||||
"description": "A miniblog-based SNS",
|
||||
"author": "syuilo <i@syuilo.com>",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/syuilo/misskey.git",
|
||||
"description": "A miniblog-based SNS",
|
||||
"bugs": "https://github.com/syuilo/misskey/issues",
|
||||
"repository": "https://github.com/syuilo/misskey.git",
|
||||
"main": "./built/index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"config": "node ./tools/init.js",
|
||||
"start": "node ./built",
|
||||
|
|
Loading…
Reference in a new issue