mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-23 14:39:32 +08:00
63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"name": "@lowdefy/server",
|
|
"version": "3.23.0-alpha.0",
|
|
"license": "Apache-2.0",
|
|
"description": "",
|
|
"homepage": "https://lowdefy.com",
|
|
"keywords": [
|
|
"lowdefy",
|
|
"server"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/lowdefy/lowdefy/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Sam Tolmay",
|
|
"url": "https://github.com/SamTolmay"
|
|
},
|
|
{
|
|
"name": "Gerrie van Wyk",
|
|
"url": "https://github.com/Gervwyk"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lowdefy/lowdefy.git"
|
|
},
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist/*"
|
|
],
|
|
"scripts": {
|
|
"babel": "babel src --out-dir dist",
|
|
"build": "rm -rf dist && babel src --out-dir dist",
|
|
"clean": "rm -rf dist && rm -rf .lowdefy",
|
|
"prepare": "yarn build",
|
|
"start": "nodemon dist/server.js"
|
|
},
|
|
"dependencies": {
|
|
"@lowdefy/graphql": "3.23.0-alpha.0",
|
|
"@lowdefy/helpers": "3.23.0-alpha.0",
|
|
"@lowdefy/node-utils": "3.23.0-alpha.0",
|
|
"apollo-server-express": "2.25.0",
|
|
"dotenv": "10.0.0",
|
|
"express": "4.17.1",
|
|
"graphql": "15.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "7.14.3",
|
|
"@babel/core": "7.14.3",
|
|
"@babel/preset-env": "7.14.4",
|
|
"@babel/preset-react": "7.13.13",
|
|
"@lowdefy/block-tools": "3.23.0-alpha.0",
|
|
"babel-jest": "26.6.3",
|
|
"babel-loader": "8.2.2",
|
|
"jest": "26.6.3",
|
|
"nodemon": "2.0.7"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|