diff --git a/LICENSE b/LICENSE index b0dfbe2..77f20b7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 glen +Copyright (c) 2023 Glen Whitney Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/package.json5 b/package.json5 new file mode 100644 index 0000000..b358bd8 --- /dev/null +++ b/package.json5 @@ -0,0 +1,16 @@ +{ + name: 'archematics', + version: '0.0.1', + description: 'Uncovering lost digital mathematical treasures', + scripts: { + "test": 'echo "Error: no test specified" && exit 1' + }, + packageManager: 'pnpm', + keywords: ['math', 'browser', 'plugin'], + author: 'Glen Whitney', + license: 'MIT', + repository: { + type: 'git', + url: 'https://code.studioinfinity.org/glen/archematics.git', + }, +}