mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-01 04:28:48 -04:00
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"name": "pnpm-shrinkwrap",
|
|
"version": "1.0.0",
|
|
"description": "pnpm's shrinkwrap",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"scripts": {
|
|
"test": "ts-node test",
|
|
"tsc": "rimraf lib && tsc",
|
|
"prepublish": "npm run tsc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pnpm/pnpm-shrinkwrap.git"
|
|
},
|
|
"keywords": [
|
|
"pnpm",
|
|
"shrinkwrap",
|
|
"lockfile"
|
|
],
|
|
"author": {
|
|
"name": "Zoltan Kochan",
|
|
"email": "zoltan.kochan@gmail.com",
|
|
"url": "https://www.kochan.io"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm-shrinkwrap/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm-shrinkwrap#readme",
|
|
"devDependencies": {
|
|
"@types/node": "^7.0.27",
|
|
"@types/tape": "^4.2.30",
|
|
"rimraf": "^2.6.1",
|
|
"tape": "^4.6.3",
|
|
"ts-node": "^3.0.4",
|
|
"typescript": "^2.3.4"
|
|
},
|
|
"dependencies": {
|
|
"@types/ramda": "^0.0.11",
|
|
"is-ci": "^1.0.10",
|
|
"load-yaml-file": "^0.1.0",
|
|
"pnpm-logger": "^0.3.0",
|
|
"ramda": "^0.24.1",
|
|
"rimraf-then": "^1.0.1",
|
|
"write-yaml-file": "^1.0.0"
|
|
}
|
|
}
|