File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " htttp-server" ,
3+ "type" : " module" ,
34 "version" : " 0.0.0" ,
5+ "description" : " A TypeScript implement of http-server" ,
46 "author" : {
57 "name" : " tinywaves" ,
68 "email" : " dhzhme@gmail.com"
79 },
10+ "license" : " MIT" ,
11+ "homepage" : " https://github.com/tinywaves/htttp-server" ,
12+ "keywords" : [
13+ " typescript" ,
14+ " http-server"
15+ ],
16+ "exports" : {
17+ "." : {
18+ "import" : " ./dist/index.js" ,
19+ "require" : " ./dist/index.cjs"
20+ }
21+ },
22+ "main" : " ./dist/index.js" ,
23+ "types" : " ./dist/index.d.ts" ,
24+ "files" : [" dist" ],
825 "scripts" : {
926 "build" : " tsup" ,
1027 "build:dev" : " tsup --watch" ,
1128 "dev" : " tsx watch --clear-screen=false src/index.ts" ,
12- "release" : " bumpp"
29+ "release" : " bumpp" ,
30+ "release:publish" : " pnpm release && pnpm publish"
1331 },
1432 "devDependencies" : {
1533 "@dhzh/eslint-config" : " ^0.15.1" ,
You can’t perform that action at this time.
0 commit comments