UNPKG

1.28 kBJSONView Raw
1{
2 "name": "@stencil/router",
3 "version": "1.0.1",
4 "description": "Stencil Router",
5 "main": "dist/index.js",
6 "module": "dist/index.mjs",
7 "unpkg": "dist/stencilrouter/stencilrouter.js",
8 "types": "dist/types/index.d.ts",
9 "collection": "dist/collection/collection-manifest.json",
10 "collection:main": "dist/collection/index.js",
11 "files": [
12 "dist/"
13 ],
14 "scripts": {
15 "build": "../../node_modules/.bin/stencil build",
16 "dev": "../../node_modules/.bin/stencil build --dev --watch",
17 "release": "npm run build && np --any-branch",
18 "start": "npm run dev",
19 "test": "../../node_modules/.bin/jest"
20 },
21 "repository": {
22 "type": "git",
23 "url": "git+https://github.com/ionic-team/stencil-router.git"
24 },
25 "dependencies": {
26 "@stencil/state-tunnel": "^1.0.1"
27 },
28 "devDependencies": {
29 "np": "^5.0.3"
30 },
31 "author": "Ionic Team",
32 "license": "MIT",
33 "bugs": {
34 "url": "https://github.com/ionic-team/stencil-router"
35 },
36 "jest": {
37 "moduleFileExtensions": [
38 "ts",
39 "tsx",
40 "js"
41 ],
42 "transform": {
43 ".(ts|tsx)": "<rootDir>/../../node_modules/ts-jest/preprocessor.js"
44 },
45 "testRegex": "/__tests__/.*(test|spec)\\.(ts|tsx)$"
46 },
47 "homepage": "https://github.com/ionic-team/stencil-router"
48}