@stencil/dev-server
Version:
Tiny LiveReload server that watches a single directory
62 lines (61 loc) • 1.39 kB
JSON
{
"name": "@stencil/dev-server",
"version": "0.0.18",
"description": "Tiny LiveReload server that watches a single directory",
"main": "dist/index.js",
"bin": {
"stencil-dev-server": "./bin/stencil-dev-server"
},
"scripts": {
"build": "tsc -p .",
"test": "jest --runInBand",
"deploy": "npm run build && np"
},
"files": [
"assets/",
"bin/",
"dist/",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/stencil-dev-server.git"
},
"author": "Ionic Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/ionic-team/stencil-dev-server/issues"
},
"homepage": "https://github.com/ionic-team/stencil-dev-server#readme",
"dependencies": {
"@ionic/discover": "^0.3.3",
"chokidar": "^1.7.0",
"ecstatic": "^2.2.1",
"opn": "^5.1.0",
"tiny-lr": "^1.0.5"
},
"devDependencies": {
"@types/chokidar": "^1.7.0",
"@types/jest": "^21.1.2",
"@types/opn": "^3.0.28",
"@types/supertest": "^2.0.3",
"jest": "^21.2.1",
"np": "^2.16.0",
"supertest": "^3.0.0",
"typescript": "^2.4.1"
},
"jest": {
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"^.+\\.(ts|tsx)$": "<rootDir>/preprocessor.js"
},
"testMatch": [
"**/__tests__/*.(ts|tsx|js)"
]
}
}