32 lines
797 B
Plaintext
32 lines
797 B
Plaintext
{
|
|
name: 'typocomath',
|
|
version: '0.0.1',
|
|
description: 'A hopeful final typescipt-pragmatic mathjs proof-of-concept',
|
|
main: 'index.ts',
|
|
scripts: {
|
|
test: 'echo "Error: no test specified" && exit 1',
|
|
build: 'tsc && cp etc/package.json build',
|
|
exec: 'node build',
|
|
go: 'pnpm --sequential "/build|exec/"',
|
|
},
|
|
packageManager: 'pnpm',
|
|
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',
|
|
},
|
|
devDependencies: {
|
|
'@types/node': '^20.5.0',
|
|
'source-map': '^0.7.4',
|
|
'ts-macros': '^2.3.1',
|
|
'ts-patch': '^3.0.2',
|
|
typescript: '^5.1.6',
|
|
},
|
|
}
|