@shawnsandy/npm_info
Version:
Eleventy filter that grabs and returns npm package details
57 lines (56 loc) • 1.3 kB
JSON
{
"name": "@shawnsandy/npm_info",
"version": "0.5.29",
"description": "Eleventy filter that grabs and returns npm package details",
"keywords": [
"npm",
"filter",
"eleventy",
"11ty"
],
"author": "shawnsandy <shawnsandy04@gmail.com>",
"homepage": "https://github.com/shawn-sandy/idea#readme",
"license": "MIT",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/shawn-sandy/idea.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" ",
"np:major": "np major --yolo=true --no-publish",
"np:minor": "np minor --yolo=true --no-publish",
"np:patch": "np patch --yolo=true --no-publish"
},
"bugs": {
"url": "https://github.com/shawn-sandy/idea/issues"
},
"np": {
"yarn": false,
"contents": "./",
"yolo": true,
"anyBranch": true
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"axios": "^0.21.1",
"parcel": "^1.12.4",
"snowpack": "^1.4.0"
},
"gitHead": "5c5d88b7d7d32b7cf8dc2564d5237a6ac80d8197",
"dependencies": {
"concurrently": "^6.2.1",
"npm-run-all": "^4.1.5",
"parcel": "^1.12.4",
"trash-cli": "^3.1.0"
}
}