mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 03:01:36 +01:00
more node
This commit is contained in:
14
rootfs_overlay/lkmc/nodejs/tmp/package.json
Normal file
14
rootfs_overlay/lkmc/nodejs/tmp/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "tmp",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"express": "^5.0.0-alpha.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user