frontend/.pnpm-store/v3/files/f1/d7088d0998e34d29c6808ce29c9bdd92d8b1ae578ef2e7c85ae52963f5610f83b5187582b399655d1ec87d3c5ee73b3edf35c02c3cc596a431e5d225424955

42 lines
1.1 KiB
Plaintext

{
"name": "tinro",
"version": "0.6.1",
"description": "tinro is a tiny declarative router for Svelte",
"main": "dist/tinro.js",
"module": "dist/tinro.es.js",
"svelte": "cmp/index.js",
"types": "index.d.ts",
"scripts": {
"build": "node esbuild",
"dev": "node tests/esbuild.dev --dev",
"compare": "npm run test:build && node tests/esbuild.compare",
"test:build": "node tests/esbuild.dev",
"test": "npm run test:build && node tests | tap-diff"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexxNB/tinro.git"
},
"keywords": [
"svelte-router",
"router",
"svelte"
],
"author": "Alexey Schebelev",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlexxNB/tinro/issues"
},
"homepage": "https://github.com/AlexxNB/tinro#readme",
"devDependencies": {
"@detools/tap-diff": "^0.2.2",
"derver": "^0.4.13",
"esbuild": "^0.9.3",
"esbuild-svelte": "^0.4.3",
"port-authority": "^1.1.2",
"puppeteer": "^3.3.0",
"svelte": "^3.35.0",
"tape-modern": "^1.1.2"
}
}