Files
pnpm/packages/config/package.json
2018-11-15 01:14:33 +02:00

67 lines
1.6 KiB
JSON

{
"name": "@pnpm/config",
"version": "2.3.0",
"description": "Gets configs for pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"prepublishOnly": "npm run tsc",
"tsc": "rimraf lib && tsc",
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"test-with-preview": "npm run lint && ts-node test && mos t",
"pretest": "npm config rm fetch-retry-maxtimeout",
"test": "npm run lint && npm run tsc && ts-node test && mos t"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/config",
"keywords": [
"pnpm",
"config"
],
"engines": {
"node": ">=6"
},
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/config#readme",
"dependencies": {
"@pnpm/types": "2.0.0",
"@types/camelcase": "4.1.0",
"@types/node": "10.12.5",
"@types/which": "1.3.1",
"@zkochan/npm-conf": "1.2.1",
"camelcase": "5.0.0",
"find-up": "3.0.0",
"which": "1.3.1"
},
"devDependencies": {
"@pnpm/config": "link:",
"@pnpm/tslint-config": "0.0.0",
"@types/mz": "0.0.32",
"@types/tape": "4.2.32",
"@types/tempy": "0.2.0",
"mos": "2.0.0-alpha.3",
"mos-plugin-readme": "1.0.4",
"mz": "2.7.0",
"rimraf": "2.6.2",
"tape": "4.9.1",
"tempy": "0.2.1",
"ts-node": "6.2.0",
"tslint": "5.11.0",
"typescript": "3.1.6"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
}
}