{
  "name": "@schemax-academy/ui-utils",
  "version": "1.0.0",
  "description": "utilities for the UI components",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "private": false,
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prebuild": "rimraf dist",
    "build": "tsc"
  },
  "author": "",
	"license": "UNLICENSED",
  "dependencies": {
    "newrelic": "7.3.1",
    "rimraf": "2.6.3"
  }
}
