mirror of
https://github.com/jakejarvis/rdapper.git
synced 2026-09-23 00:15:31 -04:00
Enhance project structure: add AGENTS.md for repository guidelines, update .gitignore to exclude TypeScript build info, and refine package.json scripts for improved build and publish processes.
This commit is contained in:
+5
-2
@@ -17,9 +17,11 @@
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"clean": "rm -rf dist",
|
||||
"build": "npm run clean && tsc -p tsconfig.build.json",
|
||||
"test": "tsc && node --test dist/**/*.test.js",
|
||||
"lint": "biome check --write"
|
||||
"lint": "biome check --write",
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"psl": "1.15.0"
|
||||
@@ -30,6 +32,7 @@
|
||||
"@types/psl": "1.1.3",
|
||||
"typescript": "5.9.2"
|
||||
},
|
||||
|
||||
"engines": {
|
||||
"node": ">=18.17"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user