This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
lilbetter.js/package.json

30 lines
658 B
JSON
Raw Normal View History

{
"name": "lilbetter.js",
2024-01-18 03:53:17 +00:00
"version": "0.0.2",
"description": "",
"main": "./src/index.js",
"scripts": {
"test": "vitest",
"prepare": "husky install",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "changeset publish"
},
"type": "module",
"keywords": [],
"author": "",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@commitlint/config-conventional": "^18.4.4",
"@commitlint/types": "^18.4.4",
"@eslegant/js": "0.0.0-next-20230910004746",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"vitest": "^1.2.1"
}
}