File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " bun-ts-starter " ,
2
+ "name" : " bun-plugin-env " ,
3
3
"type" : " module" ,
4
4
"version" : " 0.1.1" ,
5
5
"description" : " " ,
6
6
"author" : " Chris Breuer <chris@stacksjs.org>" ,
7
7
"license" : " MIT" ,
8
- "homepage" : " https://github.com/stacksjs/bun-ts-starter #readme" ,
8
+ "homepage" : " https://github.com/stacksjs/bun-plugin-env #readme" ,
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " git+https://github.com/stacksjs/bun-ts-starter .git"
11
+ "url" : " git+https://github.com/stacksjs/bun-plugin-env .git"
12
12
},
13
13
"bugs" : {
14
- "url" : " https://github.com/stacksjs/bun-ts-starter /issues"
14
+ "url" : " https://github.com/stacksjs/bun-plugin-env /issues"
15
15
},
16
16
"keywords" : [
17
17
" dotenv" ,
43
43
"commit" : " git cz" ,
44
44
"changelog" : " bunx changelogen" ,
45
45
"prepublishOnly" : " bun --bun run build" ,
46
- "release" : " bunx --bun bumpp package.json --all" ,
46
+ "release" : " bunx bumpp package.json --all" ,
47
47
"test" : " bun test" ,
48
48
"typecheck" : " tsc --noEmit"
49
49
},
You can’t perform that action at this time.
0 commit comments