doc: Initialize pnpm and flesh out README
This commit is contained in:
parent
ab3c620cb9
commit
fea0d3ac91
4 changed files with 222 additions and 124 deletions
15
package.json5
Normal file
15
package.json5
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
name: 'nanomath',
|
||||
version: '1.0.0',
|
||||
description: 'Sequel to mathjs as prototype for mathjs overhaul',
|
||||
scripts: {
|
||||
test: 'echo "Error: no test specified" && exit 1'
|
||||
},
|
||||
keywords: ['math', 'algebra'],
|
||||
author: 'Glen Whitney',
|
||||
license: 'Apache 2.0',
|
||||
repository: {
|
||||
type: 'git',
|
||||
url: 'https://code.studioinfinity.org/glen/nanomath.git',
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue