All checks were successful
/ test (push) Successful in 17s
Resolves #25 Reviewed-on: #26 Co-authored-by: Glen Whitney <glen@studioinfinity.org> Co-committed-by: Glen Whitney <glen@studioinfinity.org>
28 lines
586 B
Text
28 lines
586 B
Text
{
|
|
name: 'nanomath',
|
|
version: '1.0.0',
|
|
description: 'Sequel to mathjs as prototype for mathjs overhaul',
|
|
scripts: {
|
|
test: 'mocha ./**/*.spec.js',
|
|
lint: 'eslint -c etc/eslint.config.mjs',
|
|
},
|
|
keywords: [
|
|
'math',
|
|
'algebra',
|
|
],
|
|
author: 'Glen Whitney',
|
|
license: 'Apache 2.0',
|
|
repository: {
|
|
type: 'git',
|
|
url: 'https://code.studioinfinity.org/glen/nanomath.git',
|
|
},
|
|
devDependencies: {
|
|
'@eslint/js': '^9.25.1',
|
|
eslint: '^9.25.1',
|
|
globals: '^16.0.0',
|
|
mocha: '^11.1.0',
|
|
},
|
|
dependencies: {
|
|
'array-keyed-map': '^2.1.3',
|
|
},
|
|
}
|