Files
pnpm/packages/pnpmfile/package.json
2021-01-23 17:33:52 +02:00

48 lines
1.2 KiB
JSON

{
"name": "@pnpm/pnpmfile",
"version": "0.1.21",
"description": "Reading a pnpmfile.js",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=10.16"
},
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"_test": "jest",
"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.2.3",
"@types/ramda": "^0.27.35"
},
"dependencies": {
"@pnpm/core-loggers": "workspace:5.0.3",
"@pnpm/error": "workspace:1.4.0",
"@pnpm/types": "workspace:6.4.0",
"chalk": "^4.1.0",
"path-absolute": "^1.0.1",
"ramda": "^0.27.1"
},
"peerDependencies": {
"@pnpm/logger": "^3.2.3"
},
"funding": "https://opencollective.com/pnpm"
}