pocomath/package.json5

25 lines
488 B
Plaintext

{
name: 'pocomath',
version: '0.0.0',
description: 'A little proof-of-concept for organizing mathjs by module\
inclusion, avoiding factory functions.',
main: 'index.js',
scripts: {
test: 'npx mocha',
},
repository: {
type: 'git',
url: 'https://code.studioinfinity.org/glen/picomath.git',
},
keywords: [
'math',
'algebra',
],
author: 'Glen Whitney',
license: 'Apache-2.0',
type: 'module',
devDependencies: {
mocha: '^10.0.0',
},
}