mirror of
https://codeberg.org/vlw/elevent.git
synced 2025-09-13 16:23:40 +02:00
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>
14 lines
209 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|