Skip to content

Commit

Permalink
initialize npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
bahremsd committed Dec 16, 2024
1 parent 685e71b commit f6f24e2
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("Hello, World!");
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "tmmax",
"version": "1.0.0",
"description": "tmmax init",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bahremsd/tmmax.git"
},
"keywords": [
"photonics"
],
"author": "Bahrem Serhat Danis",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahremsd/tmmax/issues"
},
"homepage": "https://github.com/bahremsd/tmmax#readme"
}

0 comments on commit f6f24e2

Please sign in to comment.