Files
artdanj-shortener/package.json
2021-06-14 21:40:57 +02:00

46 lines
1.2 KiB
JSON

{
"name": "@linkyjs/core",
"version": "1.0.0",
"description": "URL Shortener for Developers 💻",
"main": "start/kernel.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/linkyjs/core.git"
},
"author": "",
"license": "ISC",
"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",
"seed": "node ace db:seed",
"mig": "node ace migration:run"
},
"devDependencies": {
"@adonisjs/assembler": "^5.3.1",
"adonis-preset-ts": "^2.1.0",
"pino-pretty": "^4.7.1",
"typescript": "~4.3.2",
"youch": "^2.2.2",
"youch-terminal": "^1.1.1"
},
"dependencies": {
"@adonisjs/auth": "^8.0.5",
"@adonisjs/core": "~5.1.8",
"@adonisjs/lucid": "^14.2.0",
"@adonisjs/redis": "^7.0.5",
"@adonisjs/repl": "^3.1.3",
"@adonisjs/session": "^6.0.5",
"luxon": "^1.27.0",
"mysql": "^2.18.1",
"phc-argon2": "^1.1.1",
"proxy-addr": "^2.0.7",
"reflect-metadata": "^0.1.13",
"source-map-support": "^0.5.19",
"tslib": "^2.2.0"
}
}