Files
artdanj-shortener/package.json
2021-06-18 17:49:35 +02:00

47 lines
1.2 KiB
JSON

{
"name": "@linkyjs/core",
"version": "1.0.6",
"description": "URL Shortener for Developers 💻",
"main": "start/kernel.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/linkyjs/core.git"
},
"author": "",
"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",
"seed": "node ace db:seed",
"mig": "node ace migration:run",
"generate": "node ace generate:key"
},
"devDependencies": {
"@adonisjs/assembler": "^5.3.2",
"adonis-preset-ts": "^2.1.0",
"pino-pretty": "^5.0.2",
"typescript": "^4.3.4",
"youch": "^2.2.2",
"youch-terminal": "^1.1.1"
},
"dependencies": {
"@adonisjs/auth": "^8.0.6",
"@adonisjs/core": "^5.1.8",
"@adonisjs/lucid": "^15.0.1",
"@adonisjs/redis": "^7.0.6",
"@adonisjs/repl": "^3.1.4",
"@adonisjs/session": "^6.0.6",
"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.3.0"
}
}