Skip to content

Commit

Permalink
metadata: Add package metadat for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Aug 28, 2024
1 parent b91b91a commit a8ea437
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
18 changes: 15 additions & 3 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
{
"name": "solana-rpc-get-stake-activation",
"name": "@solana-developers/solana-rpc-get-stake-activation",
"version": "1.0.0",
"description": "Client-side replica of Solana RPC's getStakeActivation",
"sideEffects": false,
"module": "./dist/src/index.mjs",
"main": "./dist/src/index.js",
"types": "./dist/types/index.d.ts",
"type": "commonjs",
"keywords": [],
"author": "",
"keywords": [
"blockchain",
"solana",
"rpc",
"web3"
],
"author": "Solana Developers Maintainers <[email protected]>",
"license": "Apache-2.0",
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/solana-developers/solana-rpc-get-stake-activation"
},
"bugs": {
"url": "https://github.com/solana-developers/solana-rpc-get-stake-activation/issues"
},
"exports": {
".": {
"types": "./dist/types/index.d.ts",
Expand Down
5 changes: 5 additions & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[package]
name = "solana-rpc-get-stake-activation"
version = "0.1.0"
documentation = "https://docs.rs/solana-rpc-get-stake-activation"
authors = ["Solana Develop Maintainers <[email protected]>"]
repository = "https://github.com/solana-developers/solana-rpc-get-stake-activation"
homepage = "https://solana.com/"
license = "Apache-2.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit a8ea437

Please sign in to comment.