{
  "name": "@jaimermxd/logic-gates",
  "version": "1.0.0",
  "description": "A simple package introducing logic gates",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JaimermXD/logic-gates.git"
  },
  "keywords": [
    "logic",
    "gates"
  ],
  "author": "Jaime Redondo",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JaimermXD/logic-gates/issues"
  },
  "homepage": "https://github.com/JaimermXD/logic-gates#readme",
  "devDependencies": {
    "typescript": "^4.1.3"
  },
  "files": [
    "lib/**/*"
  ],
  "dependencies": {}
}
