{
  "name": "awesome-sigmoid",
  "version": "1.0.2",
  "description": "generate sigmoid function flexible and easy",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "test:jest": "jest --coverage",
    "test:typescript": "tsc --noEmit",
    "test:eslint": "eslint src/index.ts",
    "test": "npm-run-all test:*",
    "build": "tsc",
    "prepublishOnly": "npm run test && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sititou70/awesome-sigmoid.git"
  },
  "keywords": [
    "sigmoid",
    "awesome"
  ],
  "author": "sititou70",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^26.0.23",
    "@types/node": "^15.12.5",
    "@typescript-eslint/eslint-plugin": "^4.28.1",
    "@typescript-eslint/parser": "^4.28.1",
    "eslint": "^7.29.0",
    "husky": "^6.0.0",
    "jest": "^27.0.6",
    "npm-run-all": "^4.1.5",
    "ts-jest": "^27.0.3",
    "typescript": "^4.3.4"
  }
}
