Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6908371042 |
7
package-lock.json
generated
7
package-lock.json
generated
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user