nanomath/src/package.json
Glen Whitney 1a6890f458
All checks were successful
/ test (push) Successful in 11s
test: Add tests for all existing functionality, correcting issues (#9)
Resolves #8.

Reviewed-on: #9
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Co-committed-by: Glen Whitney <glen@studioinfinity.org>
2025-04-08 22:42:53 +00:00

8 lines
166 B
JSON

{
"imports" : {
"#nanomath": "./nanomath.js",
"#core/*.js": "./core/*.js",
"#number/*.js": "./number/*.js"
},
"type" : "module"
}