typomath/package.json5
Glen Whitney 0430eb6d5c feat: Implement step one of the roadmap (#1)
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Reviewed-on: #1
2022-09-07 06:07:58 +00:00

24 lines
547 B
Plaintext

{
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',
},
author: 'Glen Whitney',
license: 'Apache-2.0',
dependencies: {
'over.ts': 'github:m93a/over.ts',
typescript: '^4.8.2',
},
}