mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-18 15:18:00 -05:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"name": "@pnpm/parse-wanted-dependency",
|
|
"description": "Parse dependency specifier",
|
|
"version": "1.0.0",
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"devDependencies": {
|
|
"@pnpm/parse-wanted-dependency": "link:",
|
|
"@types/validate-npm-package-name": "3.0.0"
|
|
},
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.16"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/parse-wanted-dependency",
|
|
"scripts": {
|
|
"test": "pnpm run compile",
|
|
"lint": "eslint -c ../../eslint.json src/**/*.ts",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"validate-npm-package-name": "3.0.0"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/parse-wanted-dependency#readme",
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|