File tree Expand file tree Collapse file tree 5 files changed +24
-39
lines changed
Expand file tree Collapse file tree 5 files changed +24
-39
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " userlist-javascript" ,
33 "private" : true ,
4+ "scripts" : {
5+ "build" : " lerna run build --stream --concurrency 1" ,
6+ "test" : " lerna run test --stream --concurrency 1" ,
7+ "lint" : " lerna run lint --stream --concurrency 1"
8+ },
49 "devDependencies" : {
510 "@babel/core" : " ^7.9.0" ,
611 "@babel/eslint-parser" : " ^7.26.10" ,
2833 "sinon" : " ^19.0.0" ,
2934 "sinon-chai" : " ^4.0.0"
3035 },
31- "scripts" : {
32- "build" : " lerna run build --stream --concurrency 1" ,
33- "test" : " lerna run test --stream --concurrency 1" ,
34- "lint" : " lerna run lint --stream --concurrency 1"
35- },
3636 "resolutions" : {
3737 "minimist" : " ^1.2.2"
3838 },
39- "packageManager" : " pnpm@10.6.4" ,
40- "dependencies" : {
41- "@eslint/js" : " ^9.22.0"
42- }
39+ "packageManager" : " pnpm@10.6.4"
4340}
Original file line number Diff line number Diff line change 3030 "type" : " git" ,
3131 "url" : " git+https://github.com/userlist/userlist-javascript.git"
3232 },
33+ "bugs" : {
34+ "url" : " https://github.com/userlist/userlist-javascript/issues"
35+ },
3336 "scripts" : {
3437 "lint" : " eslint src test" ,
3538 "build" : " rollup -c" ,
3639 "test" : " rollup -c rollup.test.js" ,
3740 "test:watch" : " pnpm test --watch" ,
3841 "prepublish" : " pnpm lint && pnpm test && pnpm build"
39- },
40- "bugs" : {
41- "url" : " https://github.com/userlist/userlist-javascript/issues"
42- },
43- "volta" : {
44- "node" : " 14.21.3"
4542 }
4643}
Original file line number Diff line number Diff line change 1414 " src" ,
1515 " test"
1616 ],
17+ "exports" : {
18+ "." : {
19+ "import" : " ./dist/index.esm.js" ,
20+ "require" : " ./dist/index.cjs.js"
21+ }
22+ },
1723 "publishConfig" : {
1824 "access" : " public"
1925 },
2026 "repository" : {
2127 "type" : " git" ,
2228 "url" : " git+https://github.com/userlist/userlist-javascript.git"
2329 },
30+ "bugs" : {
31+ "url" : " https://github.com/userlist/userlist-javascript/issues"
32+ },
2433 "scripts" : {
2534 "lint" : " eslint src test" ,
2635 "build" : " rollup -c" ,
2736 "test" : " rollup -c rollup.test.js" ,
2837 "test:watch" : " pnpm test --watch" ,
2938 "prepublish" : " pnpm lint && pnpm test && pnpm build"
3039 },
31- "bugs" : {
32- "url" : " https://github.com/userlist/userlist-javascript/issues"
33- },
3440 "devDependencies" : {
3541 "jsdom" : " ^26.0.0" ,
3642 "ws" : " ^8.0.0"
3743 },
3844 "dependencies" : {
39- "@eslint/js" : " ^9.22.0" ,
4045 "@rails/actioncable" : " ^6.0.2-2" ,
4146 "@userlist/widget" : " ^0.3.8"
42- },
43- "resolutions" : {
44- "minimist" : " ^1.2.2"
4547 }
4648}
Original file line number Diff line number Diff line change 2727 "type" : " git" ,
2828 "url" : " git+https://github.com/userlist/userlist-javascript.git"
2929 },
30+ "bugs" : {
31+ "url" : " https://github.com/userlist/userlist-javascript/issues"
32+ },
3033 "scripts" : {
3134 "lint" : " eslint src test" ,
3235 "build" : " rollup -c" ,
3538 "test:watch" : " pnpm test --watch" ,
3639 "prepublish" : " pnpm lint && pnpm test && pnpm build"
3740 },
38- "bugs" : {
39- "url" : " https://github.com/userlist/userlist-javascript/issues"
40- },
4141 "devDependencies" : {
4242 "autoprefixer" : " ^10.0.0" ,
4343 "ignore-styles" : " ^5.0.1" ,
4646 "postcss-initial" : " ^3.0.2" ,
4747 "rollup-plugin-postcss" : " ^4.0.0" ,
4848 "rollup-plugin-serve" : " ^3.0.0"
49- },
50- "dependencies" : {
51- "@rollup/plugin-multi-entry" : " ^6.0.1"
5249 }
5350}
You can’t perform that action at this time.
0 commit comments