diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..5722316 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,13 @@ +{ + "name": "tmmax", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "tmmax", + "version": "1.0.0", + "license": "MIT" + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..e93598f --- /dev/null +++ b/package.json @@ -0,0 +1,31 @@ +{ + "name": "tmmax", + "version": "1.0.0", + "description": "tmmax is a Python library for fast, precise simulations of multilayer thin films using JAX's advanced features like JIT compilation and GPU/TPU support. It streamlines the modeling of optical coatings for researchers and engineers.", + "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": [ + "optics", + "photonics", + "tmm", + "jax", + "transfer-matrix-method", + "vectorization", + "optical-coatings" + ], + "author": "Bahrem Serhat Danis", + "license": "MIT", + "bugs": { + "url": "https://github.com/bahremsd/tmmax/issues" + }, + "homepage": "https://github.com/bahremsd/tmmax#readme" +}