chore: rearrange

This commit is contained in:
2026-04-26 12:54:41 -04:00
parent fe1244ad0b
commit 2f83fa3117
8 changed files with 16 additions and 16 deletions

View File

@@ -3,13 +3,13 @@
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"main": "src/index.js",
"bin": {
"glimpse": "./index.js"
"glimpse": "./src/index.js"
},
"scripts": {
"lint": "oxlint --ignore-pattern node_modules --ignore-pattern .direnv .",
"start": "node index.js",
"start": "node src/index.js",
"test": "node test/smoke.js",
"test:smoke": "node test/smoke.js",
"test:list": "node test/smoke.js --list",