typomath/package.json5

23 lines
521 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',
2022-09-07 04:36:20 +00:00
scripts: {
test: 'echo "Error: no test specified" && exit 1',
2022-09-06 18:28:18 +00:00
},
2022-09-07 04:36:20 +00:00
keywords: [
'math',
'typescript',
],
2022-09-06 18:28:18 +00:00
repository: {
type: 'git',
url: 'https://code.studioinfinity.org/glen/typomath.git',
2022-09-07 01:09:47 +00:00
},
author: 'Glen Whitney',
2022-09-07 04:36:20 +00:00
license: 'Apache-2.0',
dependencies: {
'over.ts': 'github:m93a/over.ts',
},
2022-09-06 18:28:18 +00:00
}