package.json 537 B

1234567891011121314
  1. {
  2. "name": "rent-example",
  3. "version": "1.0.0",
  4. "description": "rent example with steel framework for solana",
  5. "scripts": {
  6. "test": "cargo test-sbf",
  7. "build-and-test": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./tests/fixtures && pnpm test",
  8. "build": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
  9. "deploy": "solana program deploy ./program/target/so/rent_example_program.so"
  10. },
  11. "keywords": [],
  12. "author": "Sabir Khan",
  13. "license": "ISC"
  14. }