17 lines
402 B
Plaintext
17 lines
402 B
Plaintext
|
{
|
||
|
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',
|
||
|
},
|
||
|
}
|