mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-29 17:22:07 -05:00
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "@pnpm/assert-project",
|
|
"description": "Utils for testing projects that use pnpm",
|
|
"version": "2.0.0",
|
|
"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": {
|
|
"@pnpm/assert-project": "link:",
|
|
"@types/is-windows": "^1.0.0",
|
|
"@types/isexe": "2.0.0",
|
|
"@types/node": "^12.12.30"
|
|
},
|
|
"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 && ts-node test"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/assert-store": "workspace:1.0.0",
|
|
"@pnpm/constants": "workspace:*",
|
|
"@pnpm/lockfile-types": "workspace:2.0.0",
|
|
"@pnpm/modules-yaml": "workspace:*",
|
|
"@pnpm/types": "workspace:*",
|
|
"@types/mz": "^2.7.0",
|
|
"is-windows": "1.0.2",
|
|
"isexe": "2.0.0",
|
|
"mz": "2.7.0",
|
|
"path-exists": "4.0.0",
|
|
"read-yaml-file": "1.1.0",
|
|
"write-pkg": "4.0.0"
|
|
}
|
|
}
|