Skip to content

Commit

Permalink
2 space tab package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
robatron committed Feb 28, 2024
1 parent c564585 commit 923fb68
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 37 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
coverage/
node_modules/
node_modules/
package*.json
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "akinizer",
"version": "1.0.0",
"description": "Custom provisioning utility",
"main": "./src/index.js",
"scripts": {
"format": "prettier --write './**/*.js'",
"lint": "eslint './**/*.js'",
"sb:build": "docker build --tag akinizer .",
"sb:shell": "docker run -it akinizer /bin/bash",
"sb:runBase": "docker run -it ubuntu:$(cat Dockerfile | grep FROM | cut -d ':' -f 2) /bin/bash",
"sb": "docker run --volume $(pwd):/mnt/akinizer --interactive --tty akinizer /bin/bash",
"test": "jest --coverage --verbose",
"toc": "doctoc README.md",
"watch": "jest --watch"
},
"author": "Rob McGuire <[email protected]>",
"license": "ISC",
"devDependencies": {
"doctoc": "^2.1.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-jest": "^24.1.0",
"gulp-cli": "^2.3.0",
"jest": "^26.4.2",
"prettier": "^2.1.2",
"uuid": "^8.3.1"
},
"dependencies": {
"command-exists": "^1.2.9",
"cosmiconfig": "^7.0.0",
"gulp": "^4.0.2",
"rimraf": "^3.0.2",
"shelljs": "^0.8.5",
"simple-git": "^2.21.0",
"winston": "^3.3.3"
}
"name": "akinizer",
"version": "1.0.0",
"description": "Custom provisioning utility",
"main": "./src/index.js",
"scripts": {
"format": "prettier --write './**/*.js'",
"lint": "eslint './**/*.js'",
"sb:build": "docker build --tag akinizer .",
"sb:shell": "docker run -it akinizer /bin/bash",
"sb:runBase": "docker run -it ubuntu:$(cat Dockerfile | grep FROM | cut -d ':' -f 2) /bin/bash",
"sb": "docker run --volume $(pwd):/mnt/akinizer --interactive --tty akinizer /bin/bash",
"test": "jest --coverage --verbose",
"toc": "doctoc README.md",
"watch": "jest --watch"
},
"author": "Rob McGuire <[email protected]>",
"license": "ISC",
"devDependencies": {
"doctoc": "^2.1.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-jest": "^24.1.0",
"gulp-cli": "^2.3.0",
"jest": "^26.4.2",
"prettier": "^2.1.2",
"uuid": "^8.3.1"
},
"dependencies": {
"command-exists": "^1.2.9",
"cosmiconfig": "^7.0.0",
"gulp": "^4.0.2",
"rimraf": "^3.0.2",
"shelljs": "^0.8.5",
"simple-git": "^2.21.0",
"winston": "^3.3.3"
}
}

0 comments on commit 923fb68

Please sign in to comment.