Files
pnpm/packages/lockfile-file/package.json
2019-09-21 23:26:18 +03:00

63 lines
1.6 KiB
JSON

{
"name": "@pnpm/lockfile-file",
"version": "2.0.0-0",
"description": "Read/write pnpm-lock.yaml files",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=8.15"
},
"files": [
"lib/"
],
"scripts": {
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check",
"tsc": "rimraf lib && tsc",
"prepublishOnly": "pnpm run tsc"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-file",
"keywords": [
"pnpm",
"shrinkwrap",
"lockfile"
],
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://www.kochan.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-file#readme",
"peerDependencies": {
"@pnpm/logger": ">=2.0.1 <3.0.0"
},
"devDependencies": {
"@pnpm/lockfile-file": "link:",
"@pnpm/logger": "2.1.1",
"@types/js-yaml": "3",
"@types/ramda": "0.26.21",
"rimraf": "3.0.0",
"tape": "4.11.0",
"tempy": "0.3.0",
"write-yaml-file": "3.0.1",
"yaml-tag": "1.1.0"
},
"dependencies": {
"@pnpm/constants": "workspace:2.0.0-1",
"@pnpm/error": "workspace:1.0.0",
"@pnpm/lockfile-types": "workspace:1.1.0",
"@pnpm/types": "workspace:3.2.0",
"@zkochan/rimraf": "1.0.0",
"js-yaml": "3.13.1",
"make-dir": "3.0.0",
"normalize-path": "3.0.0",
"ramda": "0.26.1",
"read-yaml-file": "1.1.0",
"write-file-atomic": "2.4.3"
}
}