{ name: 'nanomath', version: '1.0.0', description: 'Sequel to mathjs as prototype for mathjs overhaul', scripts: { test: 'mocha ./**/*.spec.js', }, keywords: [ 'math', 'algebra', ], author: 'Glen Whitney', license: 'Apache 2.0', repository: { type: 'git', url: 'https://code.studioinfinity.org/glen/nanomath.git', }, devDependencies: { mocha: '^11.1.0', }, dependencies: { 'array-keyed-map': '^2.1.3', }, }