{ 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: '!(find . | sort -f | uniq -i -c | grep -v " 1 ") && 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', }, dependencies: { 'typed-function': '^3.0.0', }, }