typocomath/package.json5

29 lines
674 B
Plaintext

{
name: 'typocomath',
version: '0.0.1',
description: 'A hopeful final typescipt-pragmatic mathjs proof-of-concept',
main: 'index.ts',
scripts: {
'go': 'ttsc && echo {"type":"module"} > build/package.json && node build/index.js',
},
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: {
'@types/node': '20.5.7',
},
devDependencies: {
'ts-node': '10.9.1',
ttypescript: '1.5.15',
typescript: '4.7.4',
},
}