mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-28 08:49:11 -05:00
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "@pnpm/assert-project",
|
|
"description": "Utils for testing projects that use pnpm",
|
|
"version": "2.2.21",
|
|
"author": {
|
|
"name": "Zoltan Kochan",
|
|
"email": "z@kochan.io",
|
|
"url": "https://www.kochan.io/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"private": true,
|
|
"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.0",
|
|
"@types/node": "^14.17.32"
|
|
},
|
|
"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": "tslint -c ../../tslint.json --project .",
|
|
"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:6.1.0",
|
|
"@pnpm/lockfile-types": "workspace:4.0.1",
|
|
"@pnpm/modules-yaml": "workspace:10.0.1",
|
|
"@pnpm/registry-mock": "2.16.0",
|
|
"@pnpm/types": "workspace:8.0.1",
|
|
"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"
|
|
}
|
|
}
|