From b9cd84eae31b45c449b879ab38d50731b28cbb37 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Mon, 28 Aug 2023 08:33:10 -0700 Subject: [PATCH] chore: Initialize pnpm package manager --- LICENSE | 2 +- package.json5 | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 package.json5 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', + }, +}