chore: Initialize pnpm package manager
This commit is contained in:
parent
3a2bd5c917
commit
b9cd84eae3
2
LICENSE
2
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:
|
||||
|
||||
|
16
package.json5
Normal file
16
package.json5
Normal 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',
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user