{
  "name": "@variant/profile",
  "version": "3.0.1",
  "private": false,
  "description": "Variant Profile Info library",
  "author": "Mikael Brevik <mb@variant.no>",
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "tsc": "tsc",
    "clean": "rm -rf lib",
    "test": "echo \"Error: run tests from root\" && exit 1",
    "build": "yarn copy:css && tsc -p tsconfig.build.json",
    "copy:css": "copyfiles -u 1 'src/**/*.{css,woff,woff2,ttf,eot,svg,png}' lib/"
  },
  "devDependencies": {
    "copyfiles": "^2.4.0",
    "typescript": "^4.0.3"
  },
  "gitHead": "e639bddeee84a3c4d5d9dfce447bad63d6a9c596",
  "publishConfig": {
    "access": "public"
  }
}
