chore: pnpm init and add TypeScript
This commit is contained in:
parent
215a36a847
commit
78f3975d54
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
|||||||
|
# Emacs backups
|
||||||
|
*~
|
||||||
# ---> Node
|
# ---> Node
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
|
23
package.json5
Normal file
23
package.json5
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
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',
|
||||||
|
},
|
||||||
|
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: {
|
||||||
|
typescript: '^4.9.3',
|
||||||
|
},
|
||||||
|
}
|
15
pnpm-lock.yaml
Normal file
15
pnpm-lock.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
lockfileVersion: 5.4
|
||||||
|
|
||||||
|
specifiers:
|
||||||
|
typescript: ^4.9.3
|
||||||
|
|
||||||
|
devDependencies:
|
||||||
|
typescript: 4.9.3
|
||||||
|
|
||||||
|
packages:
|
||||||
|
|
||||||
|
/typescript/4.9.3:
|
||||||
|
resolution: {integrity: sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==}
|
||||||
|
engines: {node: '>=4.2.0'}
|
||||||
|
hasBin: true
|
||||||
|
dev: true
|
Loading…
Reference in New Issue
Block a user