elevent/package.json
Victor Westerlund 6b7a88fd3d Add license headers and package reference (#2)
This PR adds a license reference to the NPM package declaration, and also adds license headers to the JS module.

Reviewed-on: https://codeberg.org/vlw/elevent/pulls/2
Co-authored-by: Victor Westerlund <victor.vesterlund@gmail.com>
Co-committed-by: Victor Westerlund <victor.vesterlund@gmail.com>
2024-09-18 12:28:45 +00:00

14 lines
209 B
JSON

{
"name": "elevent",
"version": "1.0.1",
"main": "src/Elevent.mjs",
"type": "module",
"license": "GPL-3.0-or-later",
"exports": {
".": {
"import": {
"default": "./src/Elevent.mjs"
}
}
}
}