mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
18 lines
395 B
JSON
18 lines
395 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",
|
|
"ts-node": "10.0.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "GPLv3"
|
|
}
|