File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -80,4 +80,7 @@ build*/
80
80
Thumbs.db
81
81
.DS_Store
82
82
83
+ website /.docusaurus
84
+ website /build
85
+
83
86
# end
Original file line number Diff line number Diff line change 15
15
"module" : " ./esm/index.js" ,
16
16
"types" : " ./cjs/index.d.ts" ,
17
17
"scripts" : {
18
+ "generate-top-commons" : " bash node_modules/@xpack/npm-packages-helper/maintenance-scripts/generate-top-commons.sh --xpack" ,
18
19
"compile-watch" : " tsc --build --verbose --watch src" ,
19
20
"fix" : " ts-standard --fix src tests && standard esm" ,
20
21
"compile" : " tsc --build --verbose src" ,
45
46
"dev-cycle" : " npm run fix && npm run compile && npm run test" ,
46
47
"clean" : " del-cli cjs 'tests/**/cjs' 'src/**/*.d.ts' 'src/**/*.d.ts.map' 'src/**/*.js' 'src/**/*.js.map' 'tests/**/*.d.ts' 'tests/**/*.d.ts.map' 'tests/**/*.js' 'tests/**/*.js.map' '**/tsconfig.tsbuildinfo' .nyc_output coverage" ,
47
48
"deep-clean" : " npm run clean && rm -rf node_modules package-lock.json" ,
48
- "npm-version" : " echo $(which node) $(node --version) && echo $(which npm) $(npm --version)" ,
49
- "generate-top-commons" : " bash node_modules/@xpack/npm-packages-helper/maintenance-scripts/generate-top-commons.sh --xpack"
49
+ "npm-version" : " echo $(which node) $(node --version) && echo $(which npm) $(npm --version)"
50
50
},
51
51
"repository" : {
52
52
"type" : " git" ,
117
117
" **/*.js"
118
118
]
119
119
},
120
+ "xConfig" : {},
120
121
"engines" : {
121
122
"node" : " >=18.0.0"
122
123
}
You can’t perform that action at this time.
0 commit comments