Files
pnpm/packages/lockfile-utils/package.json
2020-03-09 03:55:17 +02:00

53 lines
1.5 KiB
JSON

{
"name": "@pnpm/lockfile-utils",
"version": "2.0.9",
"description": "Utils for dealing with pnpm-lock.yaml",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=10"
},
"files": [
"lib/"
],
"scripts": {
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/lockfile-utils/coverage ts-node packages/lockfile-utils/test --type-check",
"test": "pnpm run tsc -- --sourceMap && pnpm run _test",
"tsc": "rimraf lib && tsc",
"prepublishOnly": "pnpm run tsc"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-utils",
"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-utils#readme",
"devDependencies": {
"@pnpm/lockfile-utils": "link:",
"@types/js-yaml": "^3.12.2",
"@types/ramda": "^0.26.43",
"tempy": "0.4.0",
"write-yaml-file": "3.0.1",
"yaml-tag": "1.1.0"
},
"dependencies": {
"@pnpm/lockfile-types": "workspace:2.0.0",
"@pnpm/resolver-base": "workspace:7.0.0",
"@pnpm/types": "workspace:5.0.0",
"dependency-path": "workspace:4.0.5",
"get-npm-tarball-url": "2.0.1",
"ramda": "0.27.0"
}
}