sequelize

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2021-03-19 00:00:00 +00:00
parent 6efe2fb4e1
commit 0779d471c6
5 changed files with 400 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "lkmc-nodejs",
"version": "1.0.0",
"description": "https://cirosantilli.com/linux-kernel-module-cheat#node-js",
"main": "alphanumeric.js",
"dependencies": {
"pg": "^8.5.1",
"pg-hstore": "^2.3.3",
"sequelize": "^6.5.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPLv3"
}