UNPKG

477 BJSONView Raw
1{
2 "name": "@grown/router",
3 "version": "0.0.19",
4 "main": "index.js",
5 "author": "Alvaro Cabrera <pateketrueke@gmail.com>",
6 "license": "MIT",
7 "types": "index.d.ts",
8 "files": [
9 "*.d.ts",
10 "*.js"
11 ],
12 "scripts": {
13 "test": "echo FIXME",
14 "test:ci": "echo FIXME"
15 },
16 "publishConfig": {
17 "access": "public"
18 },
19 "dependencies": {
20 "debug": "^4.1.0",
21 "route-mappings": "^0.7.1"
22 },
23 "gitHead": "93027c914a3425076236f768cf549570affc113f"
24}