-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π§ chore(package.json): update packageManager to [email protected]
π§ chore(package.json): add consolji dependency to dependencies π§ chore(package.json): move engines object to the top level of the file for better readability
- Loading branch information
nyxb
committed
Jun 22, 2023
1 parent
bfaace9
commit 41b06fe
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"name": "@nyxb/nyxi", | ||
"version": "0.0.30", | ||
"packageManager": "[email protected]", | ||
"description": "π¦ Always right package manager", | ||
"author": "Dennis Ollhoff <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -36,17 +37,23 @@ | |
"dist", | ||
"bin" | ||
], | ||
"engines": { | ||
"node": ">=18.15.0" | ||
}, | ||
"scripts": { | ||
"prepublishOnly": "npm run build", | ||
"dev": "esno src/commands/nyxi.ts", | ||
"nyxr": "esno src/commands/nyxr.ts", | ||
"build": "unbuild", | ||
"stub": "unbuild --stub", | ||
"release": "nyxlx changelogen --release && pnpm publish && git push --follow-tags", | ||
"release": "nyxlx changelogen --release && pnpm publish && git push", | ||
"lint": "eslint .", | ||
"test": "vitest", | ||
"nyxinit": "esno src/commands/nyxinit.ts" | ||
}, | ||
"dependencies": { | ||
"consolji": "^0.1.1" | ||
}, | ||
"devDependencies": { | ||
"@nyxb/eslint-config": "^0.0.9", | ||
"@nyxb/picocolors": "^1.0.1", | ||
|
@@ -73,12 +80,5 @@ | |
}, | ||
"eslintConfig": { | ||
"extends": "@nyxb" | ||
}, | ||
"engines": { | ||
"node": ">=18.15.0" | ||
}, | ||
"dependencies": { | ||
"consolji": "^0.1.1" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} | ||
} |