y-which
Version:
'which', but for dependencies in your js projects
41 lines • 903 B
JSON
{
"name": "y-which",
"version": "1.1.1",
"description": "'which', but for dependencies in your js projects",
"keywords": [
"which",
"tool",
"tooling",
"resolve",
"node",
"why"
],
"repository": {
"type": "git",
"url": "git@github.com:NullVoxPopuli/node-which.git"
},
"license": "GPL-3.0",
"author": "NullVoxPopuli",
"type": "module",
"main": "index.js",
"bin": "index.js",
"devDependencies": {
"@tsconfig/ember": "^3.0.8",
"@tsconfig/strictest": "^2.0.5",
"prettier": "^3.2.5",
"release-plan": "^0.9.0",
"typescript": "^5.4.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"dependencies": {
"find-up": "^7.0.0"
},
"scripts": {
"lint": "prettier --check .",
"lint:fix": "prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1"
}
}