{ name: 'typocomath', version: '0.0.1', description: 'A hopeful final typescipt-pragmatic mathjs proof-of-concept', main: 'index.ts', scripts: { 'build-and-run': 'ttsc -b && node build', 'experiment-infer': 'tsc plugins/infer.ts && node plugins/infer.js ./src/generic/arithmetic.ts', 'experiment-infer-direct': 'tsc plugins/infer.ts && node plugins/infer.js ./src/generic/arithmeticDirect.ts', 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', 'typescript-rtti': '0.8.3', }, devDependencies: { '@types/node': '18.11.18', 'ts-node': '10.9.1', ttypescript: '1.5.15', typescript: '4.7.4', }, }