Files
linux-kernel-module-cheat/rootfs_overlay/lkmc/nodejs/package.json
Ciro Santilli 六四事件 法轮功 461aa04b8b sequelize update
2021-04-08 01:00:00 +00:00

19 lines
420 B
JSON

{
"name": "lkmc-nodejs",
"version": "1.0.0",
"description": "https://cirosantilli.com/linux-kernel-module-cheat#node-js",
"main": "alphanumeric.js",
"dependencies": {
"mocha": "^8.3.2",
"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"
}