refactor: clean up pacakge.json a bit

This commit is contained in:
Bret Comnes
2020-02-18 10:32:54 -07:00
parent 70de063f7f
commit 7bb0bdec75

View File

@@ -6,9 +6,8 @@
"private": true, "private": true,
"scripts": { "scripts": {
"test": "run-s test:*", "test": "run-s test:*",
"test-skip:deps": "dependency-check . --no-dev --no-peer", "test:deps": "dependency-check . --no-dev --no-peer",
"test:standard": "standard", "test:standard": "standard",
"test:tape": "tap",
"release": "git push --follow-tags && gh-release", "release": "git push --follow-tags && gh-release",
"version": "run-s version:*", "version": "run-s version:*",
"version:1-changelog": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING:' && git add CHANGELOG.md", "version:1-changelog": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING:' && git add CHANGELOG.md",
@@ -29,18 +28,17 @@
}, },
"homepage": "https://github.com/bcomnes/deploy-to-neocities#readme", "homepage": "https://github.com/bcomnes/deploy-to-neocities#readme",
"devDependencies": { "devDependencies": {
"auto-changelog": "^1.16.2",
"dependency-check": "^4.1.0", "dependency-check": "^4.1.0",
"npm-run-all": "^4.1.5",
"standard": "^14.3.1",
"gh-release": "^3.5.0", "gh-release": "^3.5.0",
"tap": "^14.10.5", "npm-run-all": "^4.1.5",
"auto-changelog": "^1.16.2" "standard": "^14.3.1"
}, },
"dependencies": { "dependencies": {
"@actions/core": "1.2.2", "@actions/core": "1.2.2",
"@actions/github": "2.1.0",
"async-neocities": "1.1.6", "async-neocities": "1.1.6",
"ms": "^2.1.2" "ms": "^2.1.2",
"nanoassert": "^2.0.0"
}, },
"standard": { "standard": {
"ignore": [ "ignore": [