Socket
Socket
Sign inDemoInstall

groundwork

Package Overview
Dependencies
101
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

dist/bin.d.ts

61

package.json
{
"name": "groundwork",
"description": "Scaffold out any project quickly",
"version": "0.2.0",
"version": "0.2.1",
"repository": "aniftyco/groundwork",
"bin": {
"groundwork": "lib/bin.js"
"groundwork": "dist/bin.js"
},
"main": "lib/index.js",
"main": "dist/index.js",
"author": {

@@ -27,16 +27,11 @@ "name": "Nifty Development, LLC",

"prepublishOnly": "npm run build",
"build": "rimraf lib && tsc",
"start": "tsc --watch",
"build": "rimraf dist && tsc",
"test": "jest"
},
"files": [
"lib"
"dist"
],
"eslintConfig": {
"extends": "nifty",
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-inferrable-types": "off",
"@typescript-eslint/no-misused-promises": "off"
}
"extends": "nifty"
},

@@ -62,26 +57,28 @@ "prettier": {

},
"dependencies": {
"@octokit/core": "^4.0.4",
"chalk": "^4.1.2",
"conf": "^10.2.0",
"env-paths": "^2.2.1",
"inquirer": "^8.2.4",
"minimist": "^1.2.6",
"mkdirp": "^1.0.4",
"ora": "^5.4.1",
"tar": "^6.1.11"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/jest": "^26.0.19",
"@types/minimist": "^1.2.1",
"@types/mkdirp": "^1.0.1",
"@types/node": "^14.14.14",
"@types/ora": "^3.2.0",
"@types/tar": "^4.0.4",
"eslint": "^7.16.0",
"eslint-config-nifty": "^3.2.2",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"@types/jest": "^28.1.6",
"@types/minimist": "^1.2.2",
"@types/mkdirp": "^1.0.2",
"@types/node": "^16.11.47",
"@types/tar": "^6.1.2",
"eslint": "^8.21.0",
"eslint-config-nifty": "^3.3.1",
"jest": "^28.1.3",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
},
"dependencies": {
"@octokit/core": "^3.2.4",
"chalk": "^4.1.0",
"minimist": "^1.2.5",
"mkdirp": "^1.0.4",
"ora": "^5.1.0",
"tar": "^6.0.5"
"ts-jest": "^28.0.7",
"typescript": "^4.7.4"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc