blink/backend/apis/nodejs/package.json

18 lines
307 B
JSON
Raw Normal View History

2024-02-21 12:51:33 +01:00
{
"name": "blink_api",
"version": "1.0.0",
"description": "APIs for the Blink service",
"main": "./src/app.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "jest"
},
"author": "xfarrow",
"license": "GPL-3.0-or-later",
"dependencies": {
"path": "^0.12.7"
}
}