metalsmith-renamer
Advanced tools
Comparing version 0.4.1 to 0.5.0-next.1
{ | ||
"name": "metalsmith-renamer", | ||
"version": "0.4.1", | ||
"version": "0.5.0-next.1", | ||
"description": "Plugin to take a pattern and rename each matched file", | ||
"main": "lib/index.js", | ||
"source": "src/index.js", | ||
"main": "dist/index.js", | ||
"module": "dist/index.module.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"repository": { | ||
@@ -11,3 +16,6 @@ "type": "git", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "microbundle --target node -f es,cjs", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"release": "semantic-release" | ||
}, | ||
@@ -23,3 +31,51 @@ "keywords": [ | ||
"minimatch": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.10.0", | ||
"@babel/preset-env": "^7.10.0", | ||
"@semantic-release/changelog": "^5.0.1", | ||
"@semantic-release/git": "^9.0.0", | ||
"babel-jest": "^26.0.1", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"jest": "^26.0.1", | ||
"metalsmith": "^2.3.0", | ||
"microbundle": "^0.12.0", | ||
"prettier": "^2.0.5", | ||
"semantic-release": "^17.0.8" | ||
}, | ||
"release": { | ||
"branches": [ | ||
"master", | ||
{ | ||
"name": "next", | ||
"prerelease": true | ||
} | ||
], | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
"@semantic-release/git", | ||
"@semantic-release/github" | ||
] | ||
}, | ||
"eslint": { | ||
"extends": [ | ||
"plugin:prettier/recommended" | ||
] | ||
}, | ||
"babel": { | ||
"presets": [ | ||
[ | ||
"@babel/preset-env", | ||
{ | ||
"targets": { | ||
"node": "current" | ||
} | ||
} | ||
] | ||
] | ||
} | ||
} |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
12051
8
64
2
12