mirror of https://github.com/andrigamerita/simpkey
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "simpkey",
|
|
"version": "1.0.0",
|
|
"description": "server-side misskey client",
|
|
"main": "built/app.js",
|
|
"author": "Xeltica",
|
|
"private": true,
|
|
"scripts": {
|
|
"tsc": "tsc",
|
|
"start": "node built/app.js",
|
|
"lint": "eslint src/index.ts",
|
|
"lint:fix": "eslint --fix src/index.ts",
|
|
"copy": "copyfiles -u 1 src/views/*.pug ./built/",
|
|
"clean": "rimraf built",
|
|
"build": "run-p tsc copy",
|
|
"watch": "nodemon",
|
|
"pope": "echo ぽぺ",
|
|
"bebeyo": "echo ベベヨ",
|
|
"chasmo": "echo チャスモハァーワ」。"
|
|
},
|
|
"dependencies": {
|
|
"@types/koa-bodyparser": "^4.3.0",
|
|
"axios": "^0.19.2",
|
|
"koa": "^2.13.0",
|
|
"koa-bodyparser": "^4.3.0",
|
|
"koa-router": "^9.1.0",
|
|
"koa-session": "^6.0.0",
|
|
"koa-views": "^6.3.0",
|
|
"pug": "^3.0.0",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/axios": "^0.14.0",
|
|
"@types/koa": "^2.11.3",
|
|
"@types/koa-router": "^7.4.1",
|
|
"@types/koa-session": "^5.10.2",
|
|
"@types/koa-views": "^2.0.4",
|
|
"@typescript-eslint/eslint-plugin": "^3.7.0",
|
|
"@typescript-eslint/parser": "^3.7.0",
|
|
"copyfiles": "^2.3.0",
|
|
"eslint": "^7.5.0",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"nodemon": "^2.0.4",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.0.5",
|
|
"rimraf": "^3.0.2"
|
|
}
|
|
}
|