{
  "name": "@ledgy/pricing",
  "version": "2.0.9",
  "description": "Ledgy: logic related to features and company pricing",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: there ain’t no tests ’round here\" && exit 1",
    "lint": "eslint ./src --ext tsx,ts",
    "compile": "tsc || true",
    "cp-scss": "cp ./src/styles.scss ./dist",
    "build": "npm run compile && npm run cp-scss"
  },
  "author": "Ledgy",
  "peerDependencies": {
    "react": "16.13.1",
    "react-dom": "16.13.1"
  },
  "devDependencies": {
    "typescript": "4.5.5"
  }
}
