Socket
Socket
Sign inDemoInstall

create-package-typescript

Package Overview
Dependencies
28
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.1.0

.vscode/settings.json

26

package.json
{
"name": "create-package-typescript",
"version": "0.0.1",
"description": "Utility to create npm packages written in TypeScript",
"version": "0.1.0",
"description": "Recklessly create TypeScript npm packages left and right with this single command",
"author": "Dima Parzhitsky <parzhitsky@gmail.com>",

@@ -14,6 +14,24 @@ "license": "MIT",

},
"main": "src/index.js",
"bin": "./cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"dev": "npm run build -- --watch --noEmit",
"start": "node --unhandled-rejections=strict --require ts-node/register src",
"postinstall": "npm run build",
"prepublishOnly": "npm run build -- --noEmit",
"postpublish": "git push --follow-tags"
},
"dependencies": {
"@types/node": "13.9.0",
"@types/node-fetch": "2.5.5",
"@types/validate-npm-package-name": "3.0.0",
"@types/yauzl": "2.9.1",
"commander": "4.1.1",
"node-fetch": "2.6.0",
"ts-node": "8.6.2",
"typescript": "3.8.3",
"validate-npm-package-name": "3.0.0",
"yauzl": "2.10.0"
}
}
src/index.js
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