mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
22 lines
491 B
JSON
22 lines
491 B
JSON
{
|
|
"name": "lkmc-nodejs",
|
|
"version": "1.0.0",
|
|
"description": "https://cirosantilli.com/linux-kernel-module-cheat#node-js",
|
|
"main": "alphanumeric.js",
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"mocha": "8.3.2",
|
|
"pg": "8.5.1",
|
|
"pg-hstore": "2.3.3",
|
|
"sequelize": "6.5.1",
|
|
"sqlite3": "5.0.2",
|
|
"ts-node": "10.0.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "GPLv3"
|
|
}
|