vlogs_sdk_ts/example/package.json
2023-05-27 11:30:19 +07:00

20 lines
381 B
JSON

{
"name": "example",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"start": "ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"@cubetiq/vlogs": "^0.0.1"
}
}