Files
api.konstitisyon.nu/package.json
T

22 lines
375 B
JSON
Raw Normal View History

2024-12-02 21:57:24 +04:00
{
"name": "api.konstitisyon.nu",
2024-12-02 21:57:24 +04:00
"version": "1.0.0",
"main": "index.js",
"type": "module",
2024-12-02 21:57:24 +04:00
"scripts": {
"test": "vitest run",
"test:watch": "vitest"
2024-12-02 21:57:24 +04:00
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"directus": "^11.2.1",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"vitest": "^4.1.4"
2024-12-02 21:57:24 +04:00
}
}