UNPKG

@ribajs/npm-package

Version:

Check if an npm package is installed

58 lines 1.47 kB
{ "name": "@ribajs/npm-package", "scripts": { "check": "echo 'Config-only package, nothing to check'" }, "description": "Check if an npm package is installed", "version": "2.0.0", "type": "module", "author": "Pascal Garber <pascal@artandcode.studio>", "contributors": [], "url": "https://github.com/ribajs/riba/tree/master/infra/npm-package", "main": "index.js", "exports": "./index.js", "files": [ "LICENSE", "README.md", "index.js" ], "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/ribajs/riba/blob/master/LICENSE" } ], "repository": { "type": "git", "url": "git+https://github.com/ribajs/riba.git" }, "keywords": [ "Art+Code Studio", "Riba", "postcss", "postcss-config", "postcss-plugin", "purgecss" ], "bugs": { "url": "https://github.com/ribajs/riba/issues" }, "homepage": "https://github.com/ribajs/riba#readme", "optionalDependencies": { "@ribajs/artcodestudio": "^2.0.0", "@ribajs/bs5": "^2.0.0", "@ribajs/content-slider": "^2.0.0", "@ribajs/core": "^2.0.0", "@ribajs/i18n": "^2.0.0", "@ribajs/iconset": "^2.0.0", "@ribajs/leaflet-map": "^2.0.0", "@ribajs/moment": "^2.0.0", "@ribajs/octobercms": "^2.0.0", "@ribajs/shopify": "^2.0.0", "@ribajs/shopify-easdk": "^2.0.0", "@ribajs/shopify-tda": "^2.0.0", "bootstrap": "^5.3.8", "leaflet": "^1.9.4" } }