Files
pnpm/packages/modules-yaml/package.json
2021-02-12 11:51:34 +02:00

45 lines
1.2 KiB
JSON

{
"name": "@pnpm/modules-yaml",
"version": "8.0.6",
"description": "Reads/writes `node_modules/.modules.yaml`",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=12.17"
},
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/modules-yaml",
"keywords": [
"pnpm",
"modules.yaml"
],
"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/modules-yaml#readme",
"dependencies": {
"@pnpm/types": "workspace:6.4.0",
"is-windows": "^1.0.2",
"read-yaml-file": "^2.1.0",
"write-yaml-file": "^4.2.0"
},
"devDependencies": {
"@types/is-windows": "^1.0.0",
"tempy": "^1.0.0"
},
"funding": "https://opencollective.com/pnpm"
}