{
  "name": "tm-essentials",
  "version": "1.0.5",
  "description": "A lightweight library in Node.js that provides formatting features and little additions for any development related to Trackmania.",
  "main": "src/index.js",
  "types": "typings/index.d.ts",
  "unpkg": "dist/tm-essentials.min.js",
  "scripts": {
    "prepack": "npm run types && npm run dist && npm run dist:min",
    "dist": "browserify src/index.js -o dist/tm-essentials.js -s TMEssentials",
    "dist:min": "browserify src/index.js -s TMEssentials | uglifyjs > dist/tm-essentials.min.js",
    "types": "tsc",
    "lint": "eslint . --fix",
    "test": "eslint . && mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GreepTheSheep/node-tm-essentials.git"
  },
  "keywords": [
    "trackmania",
    "essentials"
  ],
  "author": {
    "name": "Greep",
    "url": "https://greep.fr/",
    "email": "greep@greep.fr"
  },
  "contributors": [
    {
      "name": "ThaumicTom",
      "url": "https://thaumictom.de",
      "email": "tom@thaumictom.de"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GreepTheSheep/node-tm-essentials/issues"
  },
  "homepage": "https://github.com/GreepTheSheep/node-tm-essentials#readme",
  "devDependencies": {
    "browserify": "^17.0.0",
    "eslint": "^8.40.0",
    "mocha": "^10.2.0",
    "typescript": "^4.9.5",
    "uglify-js": "^3.17.4"
  }
}
