Files
pnpm/packages/pnpmfile/package.json
2020-03-16 02:16:53 +02:00

48 lines
1.3 KiB
JSON

{
"name": "@pnpm/pnpmfile",
"version": "0.1.6",
"description": "Reading a pnpmfile.js",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=10.13"
},
"scripts": {
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/pnpmfile/coverage ts-node packages/pnpmfile/test --type-check",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/pnpmfile",
"keywords": [
"pnpm"
],
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/pnpmfile#readme",
"devDependencies": {
"@pnpm/logger": "^3.1.0",
"@pnpm/pnpmfile": "link:",
"@types/ramda": "^0.26.44"
},
"dependencies": {
"@pnpm/core-loggers": "workspace:4.0.1",
"@pnpm/error": "workspace:1.1.0",
"@pnpm/types": "workspace:5.0.0",
"chalk": "3.0.0",
"path-absolute": "1.0.1",
"ramda": "0.27.0"
},
"peerDependencies": {
"@pnpm/logger": "^3.1.0"
}
}