@pnpm/resolving.jsr-specifier-parser
Version:
Parser of jsr specifiers
45 lines • 1.09 kB
JSON
{
"name": "@pnpm/resolving.jsr-specifier-parser",
"version": "1000.0.2",
"description": "Parser of jsr specifiers",
"keywords": [
"pnpm",
"pnpm10",
"jsr"
],
"license": "MIT",
"funding": "https://opencollective.com/pnpm",
"repository": "https://github.com/pnpm/pnpm/blob/main/resolving/jsr-specifier-parser",
"homepage": "https://github.com/pnpm/pnpm/blob/main/resolving/jsr-specifier-parser#readme",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"type": "commonjs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"!*.map"
],
"dependencies": {
"@pnpm/error": "1000.0.4"
},
"devDependencies": {
"@pnpm/resolving.jsr-specifier-parser": "1000.0.2"
},
"engines": {
"node": ">=18.12"
},
"jest": {
"preset": "@pnpm/jest-config"
},
"scripts": {
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"compile": "tsc --build && pnpm run lint --fix"
}
}