Files
artdanj-shortener/package.json
2021-10-21 22:04:45 +02:00

46 lines
1.2 KiB
JSON
Executable File

{
"name": "@linkyjs/core",
"version": "2.0.0",
"description": "URL Shortener for Developers 💻",
"main": "start/kernel.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/linkyjs/core.git"
},
"author": "Arthur Danjou <arthurdanjou@outlook.fr> (https://arthurdanjou.fr)",
"license": "MIT",
"bugs": {
"url": "https://github.com/linkyjs/core/issues"
},
"homepage": "https://github.com/linkyjs/core#readme",
"scripts": {
"build": "node ace build --production",
"start": "node server.js",
"generate": "node ace generate:key"
},
"devDependencies": {
"@adonisjs/assembler": "^5.3.2",
"adonis-preset-ts": "^2.1.0",
"pino-pretty": "^7.1.0",
"typescript": "^4.4.4",
"youch": "^2.2.2",
"youch-terminal": "^1.1.1"
},
"dependencies": {
"@adonisjs/auth": "^8.0.10",
"@adonisjs/core": "^5.4.0",
"@adonisjs/i18n": "^1.5.2",
"@adonisjs/lucid": "^16.2.1",
"@adonisjs/redis": "^7.0.9",
"@adonisjs/repl": "^3.1.7",
"@adonisjs/session": "^6.1.2",
"luxon": "^2.0.2",
"mysql": "^2.18.1",
"phc-argon2": "^1.1.2",
"proxy-addr": "^2.0.7",
"reflect-metadata": "^0.1.13",
"source-map-support": "^0.5.20",
"tslib": "^2.3.1"
}
}