mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-23 14:39:32 +08:00
44 lines
871 B
JSON
44 lines
871 B
JSON
{
|
|
"name": "@lowdefy/docs",
|
|
"version": "3.12.5",
|
|
"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.12.16",
|
|
"@babel/core": "7.12.16",
|
|
"@babel/preset-env": "7.12.16",
|
|
"babel-jest": "26.6.3",
|
|
"jest": "26.6.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|