added stuff
This commit is contained in:
parent
e8d9044d2b
commit
9d0ebdfbd0
907 changed files with 70990 additions and 0 deletions
19
nyx/flake/templates/node/package.json
Normal file
19
nyx/flake/templates/node/package.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "sample-nodejs",
|
||||
"version": "0.0.1",
|
||||
"description": "Sample node program",
|
||||
"bin": {
|
||||
"sample-node": "build/index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "npm run build && node build/index.js"
|
||||
},
|
||||
"author": "NotAShelf",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.1.2",
|
||||
"typescript": "^5.0.4",
|
||||
"typescript-language-server": "^3.3.2"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue