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

spiky-cli

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spiky-cli - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

index.js

109

package.json
{
"name": "spiky-cli",
"version": "0.0.1",
"main": "dist/index.js",
"bin": {
"spiky": "dist/index.js"
},
"scripts": {
"install": "yarn",
"build": "tsc --build"
},
"keywords": [
"spiky.js",
"cli",
"node"
],
"author": "Leon Anneken <lanneken09@gmail.com> (https://leontm.me)",
"bugs": {
"url": "https://github.com/leontm-dev/spiky-cli/issues",
"email": "lanneken09@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leontm-dev/spiky-cli.git"
},
"homepage": "https://github.com/leontm-dev/spiky-cli/readme.md",
"funding": {
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/leontm"
},
"badges": [
{
"href": "https://img.shields.io/github/issues/leontm-dev/spiky-cli",
"url": "https://img.shields.io/github/issues/leontm-dev/spiky-cli",
"description": "GitHub issues",
"alt": "GitHub issues",
"img": "https://img.shields.io/github/issues/leontm-dev/spiky-cli"
},
{
"url": "https://img.shields.io/github/license/leontm-dev/spiky-cli",
"href": "https://img.shields.io/github/license/leontm-dev/spiky-cli",
"description": "GitHub license",
"alt": "GitHub license",
"img": "https://img.shields.io/github/license/leontm-dev/spiky-cli"
},
{
"url": "https://img.shields.io/github/stars/leontm-dev/spiky-cli",
"href": "https://img.shields.io/github/stars/leontm-dev/spiky-cli",
"description": "GitHub stars",
"alt": "GitHub stars",
"img": "https://img.shields.io/github/stars/leontm-dev/spiky-cli"
},
{
"url": "https://img.shields.io/github/forks/leontm-dev/spiky-cli",
"href": "https://img.shields.io/github/forks/leontm-dev/spiky-cli",
"description": "GitHub forks",
"alt": "GitHub forks",
"img": "https://img.shields.io/github/forks/leontm-dev/spiky-cli"
}
],
"icon": "https://raw.githubusercontent.com/leontm-dev/spiky-cli/main/assets/icon.png",
"license": "MIT",
"description": "This is a CLI for spiky.js, it converts your spiky.js code to Python code and is able to make the code executable on the SPIKE Prime Robot.",
"devDependencies": {
"@types/node": "^22.7.5",
"chalk": "^5.3.0",
"typescript": "^5.6.3",
"yargs": "^17.7.2"
},
"dependencies": {
"spiky.js": "^0.2.0"
}
"name": "spiky-cli",
"description": "A",
"version": "0.0.2",
"license": "MIT",
"type": "module",
"bin": {
"spiky-cli": "index.js",
"spiky": "index.js"
},
"author": {
"name": "Leon Anneken ",
"email": "lanneken09@gmail.com",
"url": "https://leontm.me"
},
"keywords": [
"spiky-cli",
"spiky.js"
],
"files": [
"index.js",
"utils"
],
"scripts": {
"format": "prettier --write \"./**/*.{ts,js,json}\"",
"build": "yarn && tsc"
},
"dependencies": {
"args": "^5.0.3",
"chalk": "^5.3.0",
"read-pkg": "^9.0.1",
"spiky.js": "^0.2.0"
},
"devDependencies": {
"@types/args": "^5.0.3",
"@types/node": "^22.7.5",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
}
}
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