mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-23 09:31:52 -04:00
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "@pnpm/assert-project",
|
|
"description": "Utils for testing projects that use pnpm",
|
|
"version": "2.1.15",
|
|
"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",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"devDependencies": {
|
|
"@types/is-windows": "^1.0.0",
|
|
"@types/isexe": "2.0.0",
|
|
"@types/node": "^14.14.22"
|
|
},
|
|
"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": {
|
|
"commit": "commit",
|
|
"commitmsg": "commitlint -e",
|
|
"lint": "tslint -c ../../tslint.json --project .",
|
|
"lint-test": "tslint -c tslint.json --project test",
|
|
"tsc": "rimraf lib && tsc",
|
|
"prepublishOnly": "pnpm run tsc",
|
|
"pretest": "pnpm install -C test/fixture/project --force --no-shared-workspace-lockfile",
|
|
"test": "pnpm run tsc && jest"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/assert-store": "workspace:*",
|
|
"@pnpm/constants": "workspace:4.1.0",
|
|
"@pnpm/lockfile-types": "workspace:2.2.0",
|
|
"@pnpm/modules-yaml": "workspace:8.0.6",
|
|
"@pnpm/types": "workspace:6.4.0",
|
|
"@types/mz": "^2.7.3",
|
|
"is-windows": "^1.0.2",
|
|
"isexe": "2.0.0",
|
|
"mz": "^2.7.0",
|
|
"path-exists": "^4.0.0",
|
|
"read-yaml-file": "^2.0.0",
|
|
"write-pkg": "4.0.0"
|
|
}
|
|
}
|