@gjmry/svelt
Version:
A CLI for Svelte written in Rust
46 lines (45 loc) • 940 B
JSON
{
"name": "@gjmry/svelt",
"version": "0.1.6",
"description": "A CLI for Svelte written in Rust",
"readme": "README.npm.md",
"main": "install.js",
"bin": {
"svelt-linux": "./bin/svelt-linux-x86_64",
"svelt-mac": "./bin/svelt-mac",
"svelt-win32.exe": "./bin/svelt-win32.exe",
"svelt-win64.exe": "./bin/svelt-win64.exe"
},
"scripts": {
"postinstall": "node install.js"
},
"author": "Jérémy Girard (https://www.gjeremy.dev/)",
"repository": {
"type": "git",
"url": "https://github.com/gjmry/svelt"
},
"license": "MIT",
"homepage": "https://svelt.gjeremy.dev/",
"os": [
"win32",
"win64",
"linux",
"darwin"
],
"files": [
"bin/",
"install.js",
"README.npm.md"
],
"cpu": [
"arm64",
"x64"
],
"keywords": [
"Svelte CLI",
"Svelte DevKit",
"svelte",
"svelte-cli",
"devkit"
]
}