@overture-stack/lyric
Version:
Data Submission system
63 lines • 1.68 kB
JSON
{
"name": "@overture-stack/lyric",
"version": "0.9.1",
"description": "Data Submission system",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=20.0.0"
},
"keywords": [
"overture",
"lyric"
],
"author": "Ontario Institute for Cancer Research",
"files": [
"dist/"
],
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/overture-stack/lyric.git"
},
"bugs": {
"url": "https://github.com/overture-stack/lyric/issues"
},
"homepage": "https://github.com/overture-stack/lyric#readme",
"type": "module",
"dependencies": {
"@overture-stack/lectern-client": "2.0.0-beta.3",
"@overture-stack/sqon-builder": "^1.1.0",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.29.5",
"express": "^4.19.2",
"lodash-es": "^4.17.21",
"nanoid": "^5.0.7",
"pg": "^8.12.0",
"plur": "^5.1.0",
"winston": "^3.13.1",
"zod": "^3.23.8",
"@overture-stack/lyric-data-model": "^0.9.1"
},
"devDependencies": {
"@types/chai-as-promised": "^8.0.1",
"@types/deep-freeze": "^0.1.5",
"@types/express": "^4.17.21",
"@types/express-serve-static-core": "^4.19.5",
"@types/lodash": "^4.17.7",
"@types/lodash-es": "^4.17.12",
"@types/pg": "^8.11.6",
"@types/qs": "^6.9.15",
"chai-as-promised": "^8.0.0",
"nodemon": "^3.1.4",
"rimraf": "^5.0.9"
},
"scripts": {
"\n=============== Build ===============": "",
"build:all": "rimraf dist && tsc",
"\n=========== Dev environment =========": "",
"start:dev": "nodemon",
"test": "mocha",
"test:coverage": "c8 pnpm run test"
}
}