Files
pnpm/package.json
2017-06-17 20:58:33 +03:00

51 lines
1.1 KiB
JSON

{
"name": "pnpm-lockfile",
"version": "0.2.0",
"description": "pnpm's lockfile",
"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-lockfile.git"
},
"keywords": [
"pnpm",
"lockfile"
],
"author": {
"name": "Zoltan Kochan",
"email": "zoltan.kochan@gmail.com",
"url": "https://www.kochan.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm-lockfile/issues"
},
"homepage": "https://github.com/pnpm/pnpm-lockfile#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"
}
}