lowdefy/packages/engine/package.json
2021-06-11 13:20:30 +02:00

55 lines
1.1 KiB
JSON

{
"name": "@lowdefy/engine",
"version": "3.17.1",
"licence": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
"keywords": [
"lowdefy"
],
"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": {
"build": "babel src --out-dir dist",
"clean": "rm -rf dist",
"prepare": "yarn build",
"test:watch": "jest --coverage --watch",
"test": "jest --coverage"
},
"dependencies": {
"@lowdefy/helpers": "3.17.1",
"@lowdefy/operators": "3.17.1",
"graphql": "15.5.0",
"graphql-tag": "2.12.4"
},
"devDependencies": {
"@babel/cli": "7.14.3",
"@babel/core": "7.14.3",
"@babel/preset-env": "7.14.4",
"babel-jest": "26.6.3",
"jest": "26.6.3"
},
"publishConfig": {
"access": "public"
}
}