typocomath/package.json5

32 lines
758 B
Plaintext

{
name: 'typocomath',
version: '0.0.1',
description: 'A hopeful final typescipt-pragmatic mathjs proof-of-concept',
main: 'index.ts',
scripts: {
'build-and-run': 'tspc -b && node build',
test: 'echo "Error: no test specified" && exit 1',
},
keywords: [
'math',
'algebra',
'typescript',
],
author: 'Jos de Jong and Glen Whitney',
license: 'Apache 2.0',
repository: {
type: 'git',
url: 'https://code.studioinfinity.org/glen/typocomath.git',
},
dependencies: {
'reflect-metadata': '0.1.13',
'ts-patch': '^3.0.2',
'typescript-rtti': '0.9.6',
},
devDependencies: {
'@types/node': '20.5.0',
'ts-node': '10.9.1',
typescript: '5.1.6',
},
}