typomath/package.json5

17 lines
447 B
Plaintext
Raw Normal View History

2022-09-06 18:28:18 +00:00
{
name: 'typomath',
version: '0.0.0',
description: 'Proof of concepts for a PocoMath-adjacent approach to a possible math.ts (TypeScript analogue of mathjs)',
main: 'index.js',
'scripts': {
test: 'echo "Error: no test specified" && exit 1'
},
keywords: ['math', 'typescript'],
repository: {
type: 'git',
url: 'https://code.studioinfinity.org/glen/typomath.git',
2022-09-07 01:09:47 +00:00
},
author: 'Glen Whitney',
license: 'Apache-2.0'
2022-09-06 18:28:18 +00:00
}