svelte-price-estimate
Version:
An easy way to show and manage your price estimation for your Svelte project
46 lines (45 loc) • 1.15 kB
JSON
{
"name": "svelte-price-estimate",
"version": "0.4.9",
"description": "An easy way to show and manage your price estimation for your Svelte project",
"main": "dist/index.js",
"module": "dist/index.mjs",
"svelte": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"dev": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bonillap/price-estimate.git"
},
"keywords": [
"svelte",
"estimate",
"estimation",
"price calculator",
"price",
"calculator",
"calculation",
"price estimate",
"portfolio",
"quotation"
],
"author": "Brayan Bonilla Paruma",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bonillap/price-estimate/issues"
},
"homepage": "https://github.com/bonillap/price-estimate#readme",
"devDependencies": {
"rollup": "^2.58.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-css-only": "^3.1.0",
"svelte": "^3.44.0"
},
"dependencies": {
"svelte-loading-spinners": "^0.1.7"
}
}