refdb/package.json

24 lines
452 B
JSON
Raw Normal View History

2024-01-05 19:36:16 +00:00
{
"name": "refdb",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "https://git.ajusty.ru/denis/refdb.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.10.6",
2024-01-07 18:01:58 +00:00
"typescript": "5.3.3"
},
"dependencies": {
"dot-prop": "^8.0.2"
2024-01-05 19:36:16 +00:00
}
2024-01-07 18:01:58 +00:00
}