Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
fix: properly package config
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Feb 22, 2024
1 parent 0d9d16d commit b1b2245
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions services/kanao-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"name": "kanao-cache",
"name": "@nezuchan/kanao-cache",
"version": "1.0.0",
"description": "",
"main": "index.js",
"description": "A standalone caching service for kanao gateway.",
"main": "dist/index.js",
"scripts": {
"build": "rimraf dist && swc ./src -d dist --config-file .swcrc --strip-leading-paths",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"start": "node --expose-gc -r dotenv/config dist/index.js",
"start:dev": "npm run build && node --expose-gc -r dotenv/config dist/index.js"
},
"private": true,
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"author": "KagChi",
"license": "GPL-3.0",
"optionalDependencies": {
"ioredis": "^5.3.2",
"pino-loki": "^2.2.1"
Expand Down

0 comments on commit b1b2245

Please sign in to comment.