File tree Expand file tree Collapse file tree 14 files changed +71
-2
lines changed
Expand file tree Collapse file tree 14 files changed +71
-2
lines changed Original file line number Diff line number Diff line change 2727 "lint" : " pnpm run eslint:check && pnpm run prettier:check" ,
2828 "lint:fix" : " pnpm run eslint:fix && pnpm run prettier:fix"
2929 },
30+ "repository" : {
31+ "type" : " git" ,
32+ "url" : " git+https://github.com/MystenLabs/ts-sdks.git"
33+ },
3034 "bugs" : {
3135 "url" : " https://github.com/MystenLabs/ts-sdks/issues/new"
3236 },
Original file line number Diff line number Diff line change 4444 "storybook" : " storybook dev -p 6006" ,
4545 "build-storybook" : " storybook build"
4646 },
47+ "repository" : {
48+ "type" : " git" ,
49+ "url" : " git+https://github.com/MystenLabs/ts-sdks.git"
50+ },
4751 "bugs" : {
4852 "url" : " https://github.com/MystenLabs/ts-sdks/issues/new"
4953 },
Original file line number Diff line number Diff line change 3333 "lint" : " pnpm run eslint:check && pnpm run prettier:check" ,
3434 "lint:fix" : " pnpm run eslint:fix && pnpm run prettier:fix"
3535 },
36+ "repository" : {
37+ "type" : " git" ,
38+ "url" : " git+https://github.com/MystenLabs/ts-sdks.git"
39+ },
40+ "bugs" : {
41+ "url" : " https://github.com/MystenLabs/ts-sdks/issues/new"
42+ },
3643 "devDependencies" : {
3744 "@types/react" : " ^19.2.7" ,
3845 "react" : " ^19.2.1" ,
Original file line number Diff line number Diff line change 4040 "lint" : " pnpm run eslint:check && pnpm run prettier:check" ,
4141 "lint:fix" : " pnpm run eslint:fix && pnpm run prettier:fix"
4242 },
43+ "repository" : {
44+ "type" : " git" ,
45+ "url" : " git+https://github.com/MystenLabs/ts-sdks.git"
46+ },
4347 "bugs" : {
4448 "url" : " https://github.com/MystenLabs/ts-sdks/issues/new"
4549 },
Original file line number Diff line number Diff line change 2222 "engines" : {
2323 "node" : " >=18"
2424 },
25+ "repository" : {
26+ "type" : " git" ,
27+ "url" : " git+https://github.com/MystenLabs/ts-sdks.git"
28+ },
29+ "bugs" : {
30+ "url" : " https://github.com/MystenLabs/ts-sdks/issues/new"
31+ },
2532 "scripts" : {
2633 "clean" : " rm -rf tsconfig.tsbuildinfo ./dist" ,
2734 "build" : " build-package" ,
Original file line number Diff line number Diff line change 2222 "engines" : {
2323 "node" : " >=18"
2424 },
25+ "repository" : {
26+ "type" : " git" ,
27+ "url" : " git+https://github.com/MystenLabs/ts-sdks.git"
28+ },
29+ "bugs" : {
30+ "url" : " https://github.com/MystenLabs/ts-sdks/issues/new"
31+ },
2532 "scripts" : {
2633 "clean" : " rm -rf tsconfig.tsbuildinfo ./dist" ,
2734 "build" : " build-package" ,
Original file line number Diff line number Diff line change 2323 "engines" : {
2424 "node" : " >=18"
2525 },
26+ "repository" : {
27+ "type" : " git" ,
28+ "url" : " git+https://github.com/MystenLabs/ts-sdks.git"
29+ },
30+ "bugs" : {
31+ "url" : " https://github.com/MystenLabs/ts-sdks/issues/new"
32+ },
2633 "scripts" : {
2734 "build" : " build-package" ,
2835 "test" : " echo 'No unit tests for kiosk SDK'" ,
Original file line number Diff line number Diff line change 2323 "require" : " ./web/move_bytecode_template_bg.wasm"
2424 }
2525 },
26+ "repository" : {
27+ "type" : " git" ,
28+ "url" : " git+https://github.com/MystenLabs/ts-sdks.git"
29+ },
30+ "bugs" : {
31+ "url" : " https://github.com/MystenLabs/ts-sdks/issues/new"
32+ },
2633 "scripts" : {
2734 "build:wasm" : " pnpm build:nodejs && pnpm build:web" ,
2835 "build:nodejs" : " wasm-pack build --target nodejs --release --out-dir nodejs --no-pack && rm nodejs/.gitignore" ,
Original file line number Diff line number Diff line change 2727 "lint:fix" : " pnpm run eslint:fix && pnpm run prettier:fix" ,
2828 "test" : " vitest run"
2929 },
30+ "repository" : {
31+ "type" : " git" ,
32+ "url" : " git+https://github.com/MystenLabs/ts-sdks.git"
33+ },
3034 "bugs" : {
3135 "url" : " https://github.com/MystenLabs/mvr/issues/new"
3236 },
Original file line number Diff line number Diff line change 1919 "files" : [
2020 " dist"
2121 ],
22+ "repository" : {
23+ "type" : " git" ,
24+ "url" : " git+https://github.com/MystenLabs/ts-sdks.git"
25+ },
26+ "bugs" : {
27+ "url" : " https://github.com/MystenLabs/ts-sdks/issues/new"
28+ },
2229 "scripts" : {
2330 "clean" : " rm -rf tsconfig.tsbuildinfo ./dist" ,
2431 "build" : " build-package" ,
You can’t perform that action at this time.
0 commit comments