oralify-common
Version:
Public shared repository for Oralify
36 lines (35 loc) • 903 B
JSON
{
"name": "oralify-common",
"version": "1.0.84",
"description": "Public shared repository for Oralify",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "tsc",
"doPublish": "./publish.sh",
"prettier": " prettier --config .prettierrc '**/*.ts' --write",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oralify/oralify-common.git"
},
"keywords": [
"typescript",
"oralify",
"microphone",
"experts",
"online"
],
"author": "gsietsetb",
"license": "ISC",
"bugs": {
"url": "https://github.com/oralify/oralify-common/issues"
},
"homepage": "https://github.com/oralify/oralify-common#readme",
"devDependencies": {
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
}