53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "@dxos/console-server",
|
|
"version": "1.0.0-beta.0",
|
|
"description": "DxOS Console Server",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "semistandard 'src/**/*.js'",
|
|
"test": "jest --rootDir ./src --passWithNoTests --no-cache",
|
|
"start": "nodemon --exec babel-node ./src/main.js"
|
|
},
|
|
"author": "DxOS.org",
|
|
"license": "GPL-3.0",
|
|
"browserslist": [
|
|
"> 5%"
|
|
],
|
|
"jest": {
|
|
"testEnvironment": "node"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.8.7",
|
|
"@dxos/console-client": "^1.0.0-beta.0",
|
|
"apollo-boost": "^0.4.9",
|
|
"apollo-server-express": "^2.13.1",
|
|
"debug": "^4.1.1",
|
|
"express": "^4.17.1",
|
|
"express-graphql": "^0.9.0",
|
|
"graphql": "^15.0.0",
|
|
"graphql-tag": "^2.10.3",
|
|
"react-dom": "^16.13.1",
|
|
"source-map-support": "^0.5.12"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "7.4.4",
|
|
"@babel/core": "^7.4.5",
|
|
"@babel/node": "^7.8.7",
|
|
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
"@babel/plugin-proposal-export-default-from": "^7.5.2",
|
|
"@babel/preset-env": "^7.4.5",
|
|
"babel-eslint": "^10.0.2",
|
|
"babel-jest": "^24.8.0",
|
|
"babel-plugin-add-module-exports": "^1.0.2",
|
|
"babel-plugin-inline-import": "^3.0.0",
|
|
"eslint-plugin-babel": "^5.3.0",
|
|
"eslint-plugin-jest": "^23.13.1",
|
|
"jest": "^24.8.0",
|
|
"nodemon": "^2.0.4",
|
|
"semistandard": "^14.2.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|