16 lines
326 B
JSON
16 lines
326 B
JSON
{
|
|
"name": "math-types",
|
|
"version": "0.0.2",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Jeff Lieb",
|
|
"license": "NON-AI ISC",
|
|
"dependencies": {
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"keywords": ["typescript", "math", "add", "max"]
|
|
}
|