mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-17 14:30:34 +08:00
44 lines
875 B
JSON
44 lines
875 B
JSON
{
|
|
"name": "@lowdefy/docs",
|
|
"version": "4.0.0-alpha.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.15.7",
|
|
"@babel/core": "7.15.8",
|
|
"@babel/preset-env": "7.15.8",
|
|
"babel-jest": "27.3.1",
|
|
"jest": "27.3.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|