1 Commits

Author SHA1 Message Date
6908371042 add bin section 2025-07-30 11:30:26 -05:00
2 changed files with 10 additions and 4 deletions

7
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "artix-mlg",
"version": "0.2.2",
"version": "0.2.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "artix-mlg",
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",
"dependencies": {
"country-code-lookup": "0.1.3",
@@ -14,6 +14,9 @@
"ky": "1.8.2",
"tiny-spin": "1.0.2"
},
"bin": {
"artix-mlg": "bin/artix-mlg.mjs"
},
"devDependencies": {
"@types/node": "^24.1.0",
"typescript": "5.8.3"

View File

@@ -1,6 +1,6 @@
{
"name": "artix-mlg",
"version": "0.2.2",
"version": "0.2.3",
"description": "mirrorlist generator for Artix Linux",
"keywords": [
"artix",
@@ -9,7 +9,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://gitea.artixlinux.org/corysanin/artix-mlg.git"
"url": "https://gitea.artixlinux.org/corysanin/artix-mlg.git"
},
"author": {
"name": "Cory Sanin",
@@ -18,6 +18,9 @@
},
"type": "module",
"main": "./distribution/index.js",
"bin": {
"artix-mlg": "./bin/artix-mlg.mjs"
},
"scripts": {
"get-mirrorlist": "curl https://gitea.artixlinux.org/packages/artix-mirrorlist/raw/branch/master/mirrorlist > mirrorlist",
"build": "npx tsc",