companies-house-api 0.0.3

Rust library for consuming various APIs from Companies House
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "private": true,
  "devDependencies": {
    "@commitlint/cli": "19.5.0",
    "@commitlint/config-conventional": "19.5.0",
    "cz-conventional-changelog": "^3.3.0",
    "husky": "^9.1.6"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "scripts": {
    "prepare": "husky"
  }
}