chore: Initialize pnpm package manager

This commit is contained in:
Glen Whitney 2023-08-28 08:33:10 -07:00
parent 3a2bd5c917
commit b9cd84eae3
2 changed files with 17 additions and 1 deletions

View File

@ -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:

16
package.json5 Normal file
View File

@ -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',
},
}