mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-27 16:28:59 -05:00
61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"name": "dependency-path",
|
|
"version": "3.0.0-0",
|
|
"description": "Utilities for working with symlinked node_modules",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
|
"test": "npm run tsc && pnpm link . && npm run lint && ts-node test.ts",
|
|
"prepublishOnly": "tsc",
|
|
"md": "mos",
|
|
"tsc": "tsc"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/dependency-path",
|
|
"keywords": [
|
|
"node_modules",
|
|
"pnpm",
|
|
"path"
|
|
],
|
|
"author": {
|
|
"name": "Zoltan Kochan",
|
|
"email": "z@kochan.io",
|
|
"url": "https://www.kochan.io/"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/dependency-path#readme",
|
|
"dependencies": {
|
|
"@pnpm/types": "2.0.0",
|
|
"@types/semver": "^5.4.0",
|
|
"encode-registry": "^1.0.0",
|
|
"semver": "^5.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/tslint-config": "0.0.0",
|
|
"@types/tape": "^4.2.30",
|
|
"mos": "^2.0.0-alpha.3",
|
|
"mos-plugin-readme": "^1.0.4",
|
|
"tape": "4.10.1",
|
|
"ts-node": "^7.0.0",
|
|
"tslint": "5.13.1",
|
|
"typescript": "3.3.3333"
|
|
},
|
|
"mos": {
|
|
"plugins": [
|
|
"readme"
|
|
],
|
|
"installation": {
|
|
"useShortAlias": true
|
|
}
|
|
}
|
|
}
|