lowdefy/packages/docs/package.json
2021-02-09 15:18:53 +02:00

39 lines
802 B
JSON

{
"name": "@lowdefy/docs",
"version": "3.7.1",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
"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"
},
"scripts": {
"clean": "rm -rf .lowdefy",
"test": "jest --coverage"
},
"devDependencies": {
"@babel/cli": "7.12.10",
"@babel/core": "7.12.10",
"@babel/preset-env": "7.12.11",
"babel-jest": "26.6.3",
"jest": "26.6.3"
},
"publishConfig": {
"access": "public"
}
}