File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @trieb.work/public-typescript-npm-package-starter" ,
33 "version" : " 1.0.0" ,
4+ "repository" : {
5+ "type" : " git" ,
6+ "url" : " https://github.com/trieb-work/nextjs-turbo-redis-cache.git"
7+ },
48 "scripts" : {
5- "dev" : " vitest --watch " ,
9+ "dev" : " pnpm test " ,
610 "build" : " tsc" ,
711 "lint" : " eslint -c eslint.config.mjs --fix" ,
812 "fmt" : " prettier --write 'src/**/*.ts' 'src/*.ts'" ,
1115 "prepare" : " ./scripts/prepare.sh"
1216 },
1317 "main" : " dist/index.js" ,
14- "type" : " module" ,
1518 "types" : " dist/index.d.ts" ,
19+ "exports" : {
20+ "import" : " ./dist/index.js" ,
21+ "require" : " ./dist/index.js"
22+ },
23+ "type" : " commonjs" ,
1624 "keywords" : [],
1725 "author" : " " ,
1826 "license" : " ISC" ,
4856 "vitest" : " ^2.1.5"
4957 },
5058 "dependencies" : {}
51- }
59+ }
You can’t perform that action at this time.
0 commit comments