github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/packages/pyroscope-models/package.json (about)

     1  {
     2    "name": "@pyroscope/models",
     3    "version": "0.4.7",
     4    "main": "dist/index.js",
     5    "types": "dist/index.d.ts",
     6    "license": "Apache-2.0",
     7    "files": [
     8      "dist/**/*",
     9      "src/**/*",
    10      "CHANGELOG.md",
    11      "LICENSE"
    12    ],
    13    "scripts": {
    14      "build": "tsc -p tsconfig.json",
    15      "type-check": "tsc -p tsconfig.json --noEmit",
    16      "lint": "echo 'noop'",
    17      "watch": "yarn run build --watch --preserveWatchOutput"
    18    },
    19    "peerDependencies": {
    20      "zod": "^3.11.6"
    21    }
    22  }