mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-03 05:28:39 -04:00
59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"name": "pnpm-shrinkwrap",
|
|
"version": "4.0.1",
|
|
"description": "pnpm's shrinkwrap",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"scripts": {
|
|
"test": "preview && ts-node test",
|
|
"tsc": "rimraf lib && tsc",
|
|
"prepublishOnly": "npm run tsc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pnpm/pnpm-shrinkwrap.git"
|
|
},
|
|
"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-shrinkwrap/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm-shrinkwrap#readme",
|
|
"peerDependencies": {
|
|
"pnpm-logger": "^0.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/tape": "^4.2.30",
|
|
"package-preview": "^1.0.0",
|
|
"pnpm-logger": "^0.6.2",
|
|
"rimraf": "^2.6.1",
|
|
"tape": "^4.6.3",
|
|
"ts-node": "^3.0.4",
|
|
"typescript": "^2.3.4"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^7.0.32",
|
|
"@types/ramda": "^0.0.11",
|
|
"dependency-path": "^1.0.0",
|
|
"js-yaml": "^3.8.4",
|
|
"load-yaml-file": "^0.1.0",
|
|
"mkdirp-promise": "^5.0.1",
|
|
"ramda": "^0.24.1",
|
|
"rimraf-then": "^1.0.1",
|
|
"thenify": "^3.3.0",
|
|
"write-file-atomic": "^2.1.0"
|
|
}
|
|
}
|