{ "name": "@pnpm/assert-project", "description": "Utils for testing projects that use pnpm", "version": "2.3.30", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", "url": "https://www.kochan.io/" }, "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/" ], "devDependencies": { "@pnpm/assert-project": "workspace:*", "@types/is-windows": "^1.0.0", "@types/isexe": "2.0.1", "@types/node": "^14.18.53" }, "directories": { "test": "test" }, "homepage": "https://github.com/pnpm/pnpm/blob/master/privatePackages/assert-project#readme", "keywords": [], "license": "MIT", "engines": { "node": ">=10" }, "repository": "https://github.com/pnpm/pnpm/blob/master/privatePackages/assert-project", "scripts": { "lint": "eslint src/**/*.ts test/**/*.ts", "lint-test": "tslint -c tslint.json --project test", "compile": "rimraf tsconfig.tsbuildinfo lib && tsc --build", "prepublishOnly": "pnpm run compile", "pretest": "pnpm install -C test/fixture/project --force --no-shared-workspace-lockfile", "test": "pnpm pretest && pnpm run compile && jest" }, "dependencies": { "@pnpm/assert-store": "workspace:*", "@pnpm/constants": "workspace:*", "@pnpm/lockfile-types": "workspace:*", "@pnpm/modules-yaml": "workspace:*", "@pnpm/registry-mock": "3.10.2", "@pnpm/types": "workspace:*", "is-windows": "^1.0.2", "isexe": "2.0.0", "path-exists": "^4.0.0", "read-yaml-file": "^2.1.0", "write-pkg": "4.0.0" } }