mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-05 04:31:31 -05:00
35 lines
981 B
JSON
35 lines
981 B
JSON
{
|
|
"name": "@pnpm/parse-wanted-dependency",
|
|
"description": "Parse dependency specifier",
|
|
"version": "2.0.0",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"devDependencies": {
|
|
"@types/validate-npm-package-name": "^3.0.2"
|
|
},
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.17"
|
|
},
|
|
"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 && pnpm run lint -- --fix"
|
|
},
|
|
"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"
|
|
}
|