lowdefy/packages/docs/package.json
2021-04-28 12:50:03 +02:00

44 lines
871 B
JSON

{
"name": "@lowdefy/docs",
"version": "3.14.1",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
"keywords": [
"lowdefy",
"documentation",
"docs"
],
"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.13.14",
"@babel/core": "7.13.14",
"@babel/preset-env": "7.13.12",
"babel-jest": "26.6.3",
"jest": "26.6.3"
},
"publishConfig": {
"access": "public"
}
}