Skip to content

Commit c223394

Browse files
committed
build(deps): update dependencies
1 parent 2d709ea commit c223394

1 file changed

Lines changed: 38 additions & 32 deletions

File tree

package.json

Lines changed: 38 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,44 @@
11
{
22
"name": "@aetherinox/noxenv",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Set and use environment variables across different platforms.",
5-
"homepage": "https://github.com/Aetherinox/noxenv",
6-
"author": "Aetherinox <adminservx@proton.me>",
5+
"homepage": "https://github.com/Aetherinox/node-noxenv",
6+
"author": "Aetherinox <thebinaryninja@proton.me>",
7+
"main": "src/index.js",
8+
"bin": {
9+
"noxenv": "src/bin/noxenv.js",
10+
"noxenv-shell": "src/bin/noxenv-shell.js"
11+
},
12+
"publishConfig": {
13+
"access": "public"
14+
},
715
"contributors": [
816
{
917
"name": "Aetherinox",
10-
"email": "adminservx@proton.me",
18+
"email": "thebinaryninja@proton.me",
1119
"url": "https://github.com/Aetherinox"
12-
},
13-
{
14-
"name": "AdminServ",
15-
"email": "adminservx@proton.me",
16-
"url": "https://github.com/AdminServ"
1720
}
1821
],
19-
"publishConfig": {
20-
"access": "public"
21-
},
2222
"repository": {
2323
"type": "git",
24-
"url": "git+https://github.com/Aetherinox/noxenv.git"
24+
"url": "git+https://github.com/Aetherinox/node-noxenv.git"
2525
},
2626
"bugs": {
27-
"url": "https://github.com/Aetherinox/noxenv/issues"
27+
"url": "https://github.com/Aetherinox/node-noxenv/issues"
2828
},
2929
"license": "MIT",
3030
"keywords": [
31+
"aetherinox",
3132
"environment",
3233
"environment variables",
3334
"env variable",
35+
"env",
36+
"env-var",
3437
"windows"
3538
],
36-
"main": "src/index.js",
37-
"bin": {
38-
"noxenv": "src/bin/noxenv.js",
39-
"noxenv-shell": "src/bin/noxenv-shell.js"
40-
},
4139
"engines": {
42-
"node": ">=10.14",
43-
"npm": ">=6",
40+
"node": ">=20.9.0",
41+
"npm": ">=10",
4442
"yarn": ">=1"
4543
},
4644
"scripts": {
@@ -49,29 +47,37 @@
4947
"build": "kcd-scripts build",
5048
"pretty": "kcd-scripts format",
5149
"lint": "kcd-scripts lint",
52-
"test": "kcd-scripts test .",
50+
"test": "kcd-scripts test",
5351
"test:update": "npm test -- --updateSnapshot --coverage",
5452
"contrib:add": "all-contributors add",
5553
"contrib:generate": "all-contributors generate",
56-
"noxenv": "node noxenv.js",
57-
"env-generate": "node noxenv.js generate",
58-
"env-noxenv": "npx --quiet env-cmd --no-override node noxenv.js",
59-
"uuid": "npx --quiet env-cmd --no-override node noxenv.js uuid",
60-
"guid": "npx --quiet env-cmd --no-override node noxenv.js guid",
61-
"version": "node -p require('./package.json').version;"
54+
"root": "node root.js",
55+
"root:generate": "node root.js generate",
56+
"root:root": "npx --quiet env-cmd --no-override node root.js",
57+
"root:uuid": "npx --quiet env-cmd --no-override node root.js uuid",
58+
"root:guid": "npx --quiet env-cmd --no-override node root.js guid",
59+
"root:version": "node -p require('./package.json').version;"
6260
},
6361
"files": [
6462
"src",
6563
"!tests"
6664
],
6765
"dependencies": {
68-
"cross-spawn": "^7.0.3",
69-
"uuid": "^9.0.1"
66+
"cross-spawn": "^7.0.6",
67+
"uuid": "^11.1.0"
7068
},
7169
"devDependencies": {
72-
"kcd-scripts": "^15.0.1",
70+
"kcd-scripts": "^16.0.0",
7371
"all-contributors-cli": "^6.26.1",
74-
"@types/uuid": "^9.0.8"
72+
"@types/uuid": "^10.0.0"
73+
},
74+
"overrides": {
75+
"concurrently": {
76+
"spawn-command": "1.0.0"
77+
}
78+
},
79+
"eslintConfig": {
80+
"extends": "./node_modules/kcd-scripts/eslint.js"
7581
},
7682
"babel": {}
7783
}

0 commit comments

Comments
 (0)