{
  "name": "tachyon-utils-stdlib",
  "version": "32.0.0",
  "description": "stdlib functionality",
  "license": "UNLICENSED",
  "author": "Emerging Platforms Engineering",
  "homepage": "https://git.xarth.tv/pages/emerging-platforms/tachyon/",
  "main": "dist/index.js",
  "module": "module/index.js",
  "files": [
    "dist/",
    "module/",
    "types/"
  ],
  "scripts": {
    "build": "node scripts/build.js",
    "build:watch": "build-package --watch",
    "clean": "rimraf dist esnext module types",
    "docker:prune": "rimraf src babel* ts* webpack* *.md",
    "fix": "run-s lint:es:fix lint:md:fix",
    "lint": "run-s lint:es lint:md",
    "lint:es": "cross-env LOCAL_TS=1 eslint --ignore-path ../../../.eslintignore \"**/*\"",
    "lint:es:ci": "yarn lint:es --format ../../../node_modules/eslint-teamcity",
    "lint:es:fix": "yarn lint:es --fix",
    "lint:md": "yarn prettier \"**/*.md\" --check",
    "lint:md:fix": "yarn prettier \"**/*.md\" --write",
    "rebuild": "run-s clean build",
    "test": "jest",
    "test:ci": "jest --ci --coverage",
    "test:coverage": "run-s test:ci test:coverage:open",
    "test:coverage:open": "open ./test-results/index.html",
    "test:watch": "jest --watch",
    "typecheck": "tsc --noEmit"
  },
  "sideEffects": false,
  "types": "types/index.d.ts",
  "dependencies": {
    "@babel/runtime": "^7.15.0",
    "tachyon-type-library": "^32.0.0",
    "tsc": "^2.0.4",
    "type-fest": "^2.3.4",
    "typescript": "^5.3.3"
  },
  "devDependencies": {
    "tachyon-package-builder1": "^32.0.0"
  },
  "browserslist": [
    "chrome 38",
    "ios >= 9"
  ]
}
