{
  "name": "ifc-data-manipulation",
  "version": "1.0.5",
  "description": "This package is used to exploite data of ifc file",
  "main": "lib/index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "test": "jest --config jestconfig.json --onlyChanged",
    "build": "tsc && npm run build:types",
    "build:types": "rimraf ./types && tsc --project ./tsconfig.types.json",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "git add -A src",
    "postversion": "git push && git push --tags"
  },
  "files": [
    "lib/**/*",
    "types"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/manh-hoang-nguyen/ifc-data-manipulation.git"
  },
  "keywords": [
    "ifc"
  ],
  "author": "Manh Hoang NGUYEN",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/manh-hoang-nguyen/ifc-data-manipulation/issues"
  },
  "homepage": "https://github.com/manh-hoang-nguyen/ifc-data-manipulation#readme",
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "@types/node": "^14.14.21",
    "jest": "^26.6.3",
    "prettier": "^2.2.1",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.4.4",
    "ts-node": "^9.1.1",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.1.3"
  }
}
