You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
984 B
42 lines
984 B
{
|
|
"name": "@noderun/hapi-router",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "dist/hapi-router.cjs.js",
|
|
"typings": "dist/index.d.ts",
|
|
"buildOptions": {
|
|
"filename": "hapi-router",
|
|
"var": "hapiRouter",
|
|
"formats": [
|
|
"cjs"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"build": "node scripts/build.js",
|
|
"dev": "node scripts/dev.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@rollup/plugin-alias": "^3.1.1",
|
|
"@rollup/plugin-commonjs": "^15.0.0",
|
|
"@rollup/plugin-replace": "^2.3.3",
|
|
"@types/node": "^15.12.2",
|
|
"chalk": "^4.1.0",
|
|
"dts-bundle": "^0.7.3",
|
|
"execa": "^4.0.3",
|
|
"fs-extra": "^9.0.1",
|
|
"ftp-deploy": "^2.3.6",
|
|
"lodash": "^4.17.20",
|
|
"rollup": "^2.26.3",
|
|
"rollup-plugin-sourcemaps": "^0.6.2",
|
|
"rollup-plugin-typescript2": "^0.27.2",
|
|
"tslib": "^2.0.1",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"dependencies": {
|
|
"joi": "^17.4.0",
|
|
"json-merge-patch": "^1.0.1"
|
|
}
|
|
}
|
|
|