Files
pnpm/packages/lockfile-utils/package.json
2019-03-18 01:28:48 +02:00

61 lines
1.5 KiB
JSON

{
"name": "@pnpm/lockfile-utils",
"version": "1.0.0",
"description": "Utils for dealing with pnpm-lock.yaml",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=8"
},
"files": [
"lib/"
],
"scripts": {
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"test": "npm run tsc && npm run lint && ts-node test --type-check",
"tsc": "rimraf lib && tsc",
"prepublishOnly": "npm 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:",
"@pnpm/tslint-config": "0.0.0",
"@types/tape": "4.2.33",
"@types/tempy": "0.2.0",
"rimraf": "2.6.3",
"tape": "4.10.1",
"tempy": "0.2.1",
"ts-node": "8.0.3",
"tslint": "5.14.0",
"typescript": "3.3.3333",
"write-yaml-file": "2.0.0",
"yaml-tag": "1.1.0"
},
"dependencies": {
"@pnpm/lockfile-types": "1.0.0",
"@pnpm/resolver-base": "3.0.0",
"@pnpm/types": "3.0.0",
"@types/js-yaml": "3.12.0",
"@types/node": "*",
"@types/ramda": "0.25.39",
"dependency-path": "3.0.0",
"get-npm-tarball-url": "2.0.1",
"ramda": "0.26.1"
}
}