42 lines
1.1 KiB
Plaintext
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"
|
|
}
|
|
}
|