{
  "name": "wanted-sans",
  "version": "1.0.3",
  "author": "Wanted Lab, Inc. <wanted@wantedlab.com>",
  "license": "OFL-1.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/wanteddev/wanted-sans",
    "directory": "packages/wanted-sans"
  },
  "bugs": {
    "url": "https://github.com/wanteddev/wanted-sans/issues"
  },
  "homepage": "https://github.com/wanteddev/wanted-sans",
  "scripts": {
    "subset": "NODE_ENV=production node ./subset.js",
    "publish": "yarn npm publish --access public"
  },
  "devDependencies": {
    "subset-utils": "^1.0.0"
  }
}