mirror of
https://github.com/xfarrow/blink
synced 2025-02-17 08:10:40 +01:00
18 lines
307 B
JSON
18 lines
307 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|