New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-ts-project

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-ts-project - npm Package Compare versions

Comparing version 0.0.0-development to 1.0.0

README.md

67

package.json
{
"name": "create-ts-project",
"version": "0.0.0-development",
"description": "Create a new pre-configured TypeScript project with ease.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/KingHenne/create-ts-project.git"
},
"author": "Hendrik Liebau",
"license": "MIT",
"bugs": {
"url": "https://github.com/KingHenne/create-ts-project/issues"
},
"homepage": "https://github.com/KingHenne/create-ts-project#readme",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "jest"
},
"keywords": [
"typescript",
"project",
"scaffolding",
"tsconfig",
"tslint"
]
"name": "create-ts-project",
"description": "",
"version": "1.0.0",
"license": "MIT",
"author": {
"name": "Piotr Kowalski",
"email": "piecioshka@gmail.com",
"url": "https://piecioshka.pl/"
},
"scripts": {
"clear": "rm -rf dist/",
"clear:all": "rm -rf node_modules/ && npm run clear",
"test": "echo not yet",
"start": "tsc && node dist/index.js",
"dev": "ts-node src/index.ts",
"postversion": "git push --tags"
},
"dependencies": {
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git@github.com:piecioshka/create-ts-project.git"
},
"files": [
"src",
"LICENSE",
"package.json",
"README.md",
"tsconfig.json"
],
"keywords": [
"typescript",
"playground",
"create",
"simple",
"project",
"seed"
]
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc