1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/examples/js_dom_draw_bechmark_chart/typescript_vanilla_typeorm/package.json
2022-09-07 01:55:32 +03:00

25 lines
563 B
JSON

{
"name": "js_dom_draw_chart_ts",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"start": "npm run build && node src/server.js",
"start:dev": "./node_modules/nodemon/bin/nodemon.js -e ts --exec \"npm run start\"",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"nodemon": "^2.0.19",
"reflect-metadata": "^0.1.13",
"sqlite3": "^5.0.11",
"typeorm": "^0.3.7",
"typescript": "^4.7.4"
},
"devDependencies": {
"@types/node": "^18.6.4"
}
}