We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b5dfa commit db348e8Copy full SHA for db348e8
packages/toml/package.json
@@ -1,6 +1,16 @@
1
{
2
"name": "@covector/toml",
3
"version": "0.2.0",
4
+ "license": "Apache-2.0",
5
+ "homepage": "https://github.com/jbolda/covector#readme",
6
+ "author": "Jacob Bolda <me@jacobbolda.com> (https://www.jacobbolda.com/)",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/jbolda/covector.git"
10
+ },
11
+ "engines": {
12
+ "node": ">=18"
13
14
"files": [
15
"pkg/covector_toml_bg.wasm",
16
"pkg/covector_toml.js",
0 commit comments