forked from splitwise/super_diff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 834 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "super_diff",
"version": "0.0.0",
"description": "A more helpful way to view differences between complex data structures in RSpec",
"private": true,
"scripts": {
"audit": "yarn npm audit && bundle exec bundle audit --gemfile-lock ${BUNDLE_GEMFILE:-Gemfile}",
"lint": "scripts/lint-all-files.sh --check",
"lint:fix": "scripts/lint-all-files.sh --write",
"lint:changed": "scripts/lint-changed-files.sh --include-uncommitted --check",
"lint:changed:fix": "scripts/lint-changed-files.sh --include-uncommitted --write",
"setup-git-hooks": "husky install"
},
"devDependencies": {
"@lavamoat/allow-scripts": "^2.3.0",
"@prettier/plugin-ruby": "^3.2.2",
"husky": "^8.0.3",
"prettier": "^2.8.7"
},
"packageManager": "[email protected]",
"lavamoat": {
"allowScripts": {}
}
}