mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
sequelize
This commit is contained in:
17
rootfs_overlay/lkmc/nodejs/package.json
Normal file
17
rootfs_overlay/lkmc/nodejs/package.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user