Skip to content

Commit

Permalink
chore: move some package.json contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrieh committed May 13, 2024
1 parent ebbdb83 commit 89ebb72
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
19 changes: 1 addition & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,7 @@
"docs:build": "cd docs && bun run build",
"docs:preview": "cd docs && bun run preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/effectai/effect-js.git"
},
"keywords": ["efx", "AI", "blockchain", "microtasks"],
"author": {
"name": "Effect-AI",
"url": "https://effect.network",
"email": "[email protected]"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/effectai/effect-js/issues"
},
"homepage": "https://github.com/effectai/effect-js#readme",

"devDependencies": {
"@biomejs/biome": "1.7.0",
"@wharfkit/wallet-plugin-privatekey": "^1.0.0",
Expand Down
20 changes: 20 additions & 0 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,26 @@
"types": "./dist/exports/index.d.ts",
"files": ["dist"],
"type": "module",

"repository": {
"type": "git",
"url": "git+https://github.com/effectai/effect-js.git"
},
"keywords": ["efx", "AI", "blockchain", "microtasks"],
"author": {
"name": "Effect-AI",
"url": "https://effect.network",
"email": "[email protected]"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/effectai/effect-js/issues"
},
"homepage": "https://github.com/effectai/effect-js#readme",

"devDependencies": {
"@types/bun": "latest"
},
Expand Down

0 comments on commit 89ebb72

Please sign in to comment.