Files
pnpm/privatePackages/assert-project/package.json
2019-05-04 19:35:14 +03:00

64 lines
1.7 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:",
"rimraf": "2.6.3",
"ts-node": "8.1.0",
"tslint": "5.16.0",
"typescript": "3.4.5"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/privatePackages/assert-project#readme",
"keywords": [],
"license": "MIT",
"engines": {
"node": ">=8.15"
},
"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": "npm run tsc",
"pretest": "cd test/fixture/project && pnpm i --force --no-shared-workspace-lockfile && cd ../../..",
"test": "npm run lint && npm run lint-test && npm run tsc && ts-node test"
},
"dependencies": {
"@pnpm/assert-store": "1.0.0",
"@pnpm/constants": "1.0.1",
"@pnpm/modules-yaml": "3.0.2",
"@types/mz": "0.0.32",
"@types/node": "*",
"@types/path-exists": "3.0.0",
"@types/tape": "4.2.33",
"@types/write-pkg": "3.1.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",
"tape": "4.10.1",
"write-pkg": "4.0.0"
}
}