File tree Expand file tree Collapse file tree 2 files changed +33
-2022
lines changed Expand file tree Collapse file tree 2 files changed +33
-2022
lines changed Original file line number Diff line number Diff line change 35
35
"dev" : " pnpm build && concurrently \" pnpm build --watch\" \" pnpm --filter=next-example dev\" " ,
36
36
"lint" : " tsc --noEmit && tsc --noEmit -p examples/next/tsconfig.json && pnpm eslint . && publint" ,
37
37
"prepare" : " pnpm build && tsc --noEmit" ,
38
- "release" : " pnpm lint" ,
39
38
"test" : " c8 -r text -r lcov node --loader tsx --test src/*.test.ts && pnpm build" ,
40
39
"test:watch" : " node --loader tsx --test --watch src/*.test.ts"
41
40
},
51
50
"uncrypto" : " 0.1.3"
52
51
},
53
52
"devDependencies" : {
54
- "@release-it/conventional-changelog" : " 8.0.1" ,
55
53
"@types/cookie" : " 0.5.4" ,
56
54
"@types/node" : " 18.18.10" ,
57
55
"@typescript-eslint/eslint-plugin" : " 6.11.0" ,
67
65
"prettier" : " 3.1.0" ,
68
66
"prettier-plugin-packagejson" : " 2.4.6" ,
69
67
"publint" : " 0.2.5" ,
70
- "release-it" : " 17.0.0" ,
71
68
"tsup" : " 8.0.0" ,
72
69
"tsx" : " 4.1.4" ,
73
70
"typescript" : " 5.2.2"
You can’t perform that action at this time.
0 commit comments