Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-remult

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-remult - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/index.mjs

4

index.js

@@ -1,1 +0,3 @@

console.log("Coming soon. In the meantime visit: https://learn.remult.dev");
#!/usr/bin/env node
import './dist/index.mjs'
{
"name": "create-remult",
"version": "0.0.1",
"version": "0.0.2",
"description": "Creates a remult project, ready to go",
"main": "index.js",
"keywords": [
"cli",
"remult",
"svelte",
"react",
"express"
],
"license": "MIT",
"author": "Noam Honig",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"create-remult": "./bin/index.js"
},
"contributors": [

@@ -27,4 +29,39 @@ {

],
"author": "noam.honig@gmail.com",
"license": "ISC"
"bin": {
"create-remult": "index.js"
},
"files": [
"!templates/*/.svelte-kit",
"!templates/*/node_modules",
"templates",
"dist"
],
"scripts": {
"dev": "unbuild --stub",
"build": "unbuild",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/remult/remult",
"directory": "project/create-remult",
"homepage": "https://github.com/remult/remult"
},
"bugs": {
"url": "https://github.com/remult/remult/issues"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/minimist": "^1.2.5",
"@types/prompts": "^2.4.9",
"cross-spawn": "^7.0.3",
"minimist": "^1.2.8",
"picocolors": "^1.1.0",
"prompts": "^2.4.2",
"unbuild": "^2.0.0"
}
}
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