Files
pnpm/package.json
2017-07-07 23:36:31 +03:00

54 lines
1.2 KiB
JSON

{
"name": "pnpm-shrinkwrap",
"version": "2.1.1",
"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/tape": "^4.2.30",
"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",
"is-ci": "^1.0.10",
"js-yaml": "^3.8.4",
"load-yaml-file": "^0.1.0",
"pnpm-logger": "^0.3.0",
"ramda": "^0.24.1",
"rimraf-then": "^1.0.1",
"thenify": "^3.3.0",
"write-file-atomic": "^2.1.0"
}
}