48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "@latus/http",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "cha0s",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "NODE_PATH=./node_modules webpack --mode production",
|
|
"clean": "rm -f yarn.lock && yarn",
|
|
"dev": "NODE_PATH=./node_modules webpack --mode development",
|
|
"forcepub": "npm unpublish --force $(node -e 'process.stdout.write(require(`./package.json`).name)') && npm publish",
|
|
"lint": "NODE_PATH=./node_modules eslint --format codeframe --ext mjs,js .",
|
|
"test": "NODE_PATH=./node_modules mocha --config ../../config/.mocharc.js",
|
|
"watch": "NODE_PATH=./node_modules webpack --watch --mode development"
|
|
},
|
|
"files": [
|
|
"build",
|
|
"client",
|
|
"index.js",
|
|
"index.js.map"
|
|
],
|
|
"dependencies": {
|
|
"@latus/core": "1.0.0",
|
|
"@neutrinojs/web": "^9.1.0",
|
|
"debug": "4.3.1",
|
|
"express": "^4.17.1",
|
|
"http-proxy": "^1.18.1",
|
|
"memfs": "3.2.0",
|
|
"neutrino": "9.4.0",
|
|
"webpack": "^4",
|
|
"webpack-dev-middleware": "^4.0.2",
|
|
"webpack-dev-server": "^3.11.0",
|
|
"webpack-hot-middleware": "^2.25.0"
|
|
},
|
|
"devDependencies": {
|
|
"@neutrinojs/airbnb-base": "^9.4.0",
|
|
"@neutrinojs/copy": "9.4.0",
|
|
"@neutrinojs/library": "^9.4.0",
|
|
"@neutrinojs/mocha": "^9.4.0",
|
|
"chai": "4.2.0",
|
|
"eslint": "^7",
|
|
"eslint-import-resolver-webpack": "0.13.0",
|
|
"mocha": "^8",
|
|
"neutrino": "9.4.0",
|
|
"webpack-cli": "^3"
|
|
}
|
|
}
|