File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 14
14
"ts:esm" : " tsc -t esnext -m esnext -d false --outDir ./dist/esm/" ,
15
15
"build" : " npm run lint && npm run clean && npm run ts:cjs && npm run ts:amd && npm run ts:esm" ,
16
16
"dev" : " tsc -w & mocha -w ./test/*.js" ,
17
- "pretest" : " tsc -m commonjs"
17
+ "pretest" : " tsc -m commonjs" ,
18
+ "release" : " np"
18
19
},
19
20
"keywords" : [
20
21
" parser" ,
27
28
" taoqf<tao_qiufeng@126.com>"
28
29
],
29
30
"license" : " MIT" ,
31
+ "publishConfig" : {
32
+ "registry" : " https://registry.npmjs.org"
33
+ },
30
34
"dependencies" : {
31
35
"css-select" : " ^3.1.2" ,
32
36
"he" : " 1.2.0"
49
53
"htmlparser-benchmark" : " ^1.1.3" ,
50
54
"htmlparser2" : " ^6.0.0" ,
51
55
"mocha" : " latest" ,
56
+ "np" : " latest" ,
52
57
"parse5" : " ^6.0.1" ,
53
58
"should" : " latest" ,
54
59
"spec" : " latest" ,
77
82
"url" : " https://github.com/taoqf/node-fast-html-parser/issues"
78
83
},
79
84
"homepage" : " https://github.com/taoqf/node-fast-html-parser"
80
- }
85
+ }
You can’t perform that action at this time.
0 commit comments