@snowsvex/snowsvex
Version:
The Svexiest static site generator in town
57 lines (56 loc) • 1.35 kB
JSON
{
"name": "@snowsvex/snowsvex",
"version": "0.2.4",
"description": "The Svexiest static site generator in town",
"author": "Conor Sinclair",
"license": "MIT",
"dependencies": {
"@snowsvex/snowsvex-plugin": "file:../snowsvex-plugin",
"chalk": "^4.1.0",
"clear": "^0.1.0",
"commander": "^7.1.0",
"cosmiconfig": "^7.0.0",
"estree-walker": "^3.0.0",
"figlet": "^1.5.0",
"js-yaml": "^4.0.0",
"locate-character": "^2.0.5",
"magic-string": "^0.25.7",
"mdsvex": "^0.8.9",
"snowpack": "^3.0.13",
"svelte": "^3.35.0",
"unified": "^9.2.1",
"uuid": "^8.3.2"
},
"main": "./lib/index.js",
"bin": {
"snowsvex": "./lib/index.js"
},
"scripts": {
"build": "tsc --build src",
"prepublish": "npm run build",
"global": "npm i -g && snowsvex"
},
"keywords": [
"static",
"svelte",
"svex",
"mdsvex",
"badass",
"you-need-this"
],
"repository": {
"type": "git",
"url": "git+https://github.com/snowsvex/snowsvex.git"
},
"bugs": {
"url": "https://github.com/snowsvex/snowsvex/issues"
},
"homepage": "https://github.com/snowsvex/snowsvex#readme",
"devDependencies": {
"@types/estree": "^0.0.46",
"@types/figlet": "^1.2.1",
"@types/js-yaml": "^4.0.0",
"@types/node": "^14.14.31",
"typescript": "^4.2.2"
}
}