{
  "name": "@essex/toposort",
  "version": "2.0.1",
  "description": "An esm-variant of the 'toposort' package",
  "type": "module",
  "main": "dist/index.js",
  "publishConfig": {
    "main": "dist/index.js",
    "types": "dist/index.d.ts"
  },
  "sideEffects": false,
  "repository": "https://github.com/microsoft/essex-toolkit",
  "author": "Marcel Klehr <mklehr@gmx.net>",
  "contributors": [
    "Chris Trevino <chtrevin@microsoft.com>"
  ],
  "license": "MIT",
  "scripts": {
    "clean": "essex clean docs",
    "build": "essex build --docs",
    "fix": "essex fix",
    "check": "essex check",
    "check-deps": "essex check-deps",
    "release": "yarn npm publish --tolerate-republish --access public"
  },
  "devDependencies": {
    "@essex/scripts": "^26.0.0",
    "@essex/tsconfig-base": "^3.0.0"
  },
  "types": "dist/index.d.ts"
}