@leanup/cli-svelte
Version:
This package contains the Svelte framework extension for the @leanup/cli.
57 lines (56 loc) • 1.15 kB
JSON
{
"name": "@leanup/cli-svelte",
"version": "1.2.0-rc.120",
"description": "This package contains the Svelte framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
"files": [
"lib/**",
"template/**"
],
"keywords": [
"babel",
"snowpack",
"webpack",
"svelte",
"sinon",
"nyc",
"nightwatch",
"mocha",
"sass",
"typescript",
"cli",
"spa",
"pwa",
"lean",
"compiler",
"transpiler"
],
"license": "Apache-2.0",
"main": "webpack.svelte.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/leanupjs/leanup.git"
},
"bugs": {
"url": "https://github.com/leanupjs/leanup/issues"
},
"bin": {
"svelte": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "1.2.0-rc.120",
"@types/node": "16.7.10",
"typescript": "4.4.2"
},
"peerDependencies": {
"@leanup/cli": "~1.2.0-rc.119"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
},
"engines": {
"node": ">=12 <17",
"npm": ">=6 <8"
}
}