Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: improve package.json metadata #3900

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions acvm-repo/acvm_js/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
{
"name": "@noir-lang/acvm_js",
"version": "0.38.0",
"repository": {
"type": "git",
"url": "https://github.com/noir-lang/acvm.git"
},
"publishConfig": {
"access": "public"
},
"collaborators": [
"contributors": [
"The Noir Team <[email protected]>"
],
"homepage": "https://noir-lang.org/",
"repository": {
"url": "https://github.com/noir-lang/noir.git",
"directory": "acvm_repo/acvm_js",
"type": "git"
},
"bugs": {
"url": "https://github.com/noir-lang/noir/issues"
},
"license": "MIT",
"main": "./nodejs/acvm_js.js",
"types": "./web/acvm_js.d.ts",
Expand Down
11 changes: 8 additions & 3 deletions compiler/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noir-lang/noir_wasm",
"collaborators": [
"contributors": [
"The Noir Team <[email protected]>"
],
"version": "0.22.0",
Expand All @@ -14,9 +14,14 @@
"package.json"
],
"sideEffects": false,
"homepage": "https://noir-lang.org/",
"repository": {
"type": "git",
"url": "https://github.com/noir-lang/noir.git"
"url": "https://github.com/noir-lang/noir.git",
"directory": "compiler/wasm",
"type": "git"
},
"bugs": {
"url": "https://github.com/noir-lang/noir/issues"
},
"scripts": {
"build": "bash ./build.sh",
Expand Down
11 changes: 10 additions & 1 deletion tooling/noir_codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
{
"name": "@noir-lang/noir_codegen",
"collaborators": [
"contributors": [
"The Noir Team <[email protected]>"
],
"version": "0.22.0",
"packageManager": "[email protected]",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"homepage": "https://noir-lang.org/",
"repository": {
"url": "https://github.com/noir-lang/noir.git",
"directory": "compiler/wasm",
"type": "git"
},
"bugs": {
"url": "https://github.com/noir-lang/noir/issues"
},
"dependencies": {
"@noir-lang/types": "workspace:*",
"glob": "^10.3.10",
Expand Down
11 changes: 10 additions & 1 deletion tooling/noir_js/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
{
"name": "@noir-lang/noir_js",
"collaborators": [
"contributors": [
"The Noir Team <[email protected]>"
],
"version": "0.22.0",
"packageManager": "[email protected]",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"homepage": "https://noir-lang.org/",
"repository": {
"url": "https://github.com/noir-lang/noir.git",
"directory": "tooling/noir_js",
"type": "git"
},
"bugs": {
"url": "https://github.com/noir-lang/noir/issues"
},
"dependencies": {
"@noir-lang/acvm_js": "workspace:*",
"@noir-lang/noirc_abi": "workspace:*",
Expand Down
11 changes: 10 additions & 1 deletion tooling/noir_js_backend_barretenberg/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
{
"name": "@noir-lang/backend_barretenberg",
"collaborators": [
"contributors": [
"The Noir Team <[email protected]>"
],
"version": "0.22.0",
"packageManager": "[email protected]",
"license": "(MIT OR Apache-2.0)",
"type": "module",
"homepage": "https://noir-lang.org/",
"repository": {
"url": "https://github.com/noir-lang/noir.git",
"directory": "tooling/noir_js_backend_barretenberg",
"type": "git"
},
"bugs": {
"url": "https://github.com/noir-lang/noir/issues"
},
"source": "src/index.ts",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
11 changes: 10 additions & 1 deletion tooling/noir_js_types/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
{
"name": "@noir-lang/types",
"collaborators": [
"contributors": [
"The Noir Team <[email protected]>"
],
"packageManager": "[email protected]",
"version": "0.22.0",
"license": "(MIT OR Apache-2.0)",
"homepage": "https://noir-lang.org/",
"repository": {
"url": "https://github.com/noir-lang/noir.git",
"directory": "tooling/noir_js_types",
"type": "git"
},
"bugs": {
"url": "https://github.com/noir-lang/noir/issues"
},
"files": [
"lib",
"package.json"
Expand Down
15 changes: 10 additions & 5 deletions tooling/noirc_abi_wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
{
"name": "@noir-lang/noirc_abi",
"collaborators": [
"contributors": [
"The Noir Team <[email protected]>"
],
"version": "0.22.0",
"license": "(MIT OR Apache-2.0)",
"homepage": "https://noir-lang.org/",
"repository": {
"url": "https://github.com/noir-lang/noir.git",
"directory": "tooling/noirc_abi_wasm",
"type": "git"
},
"bugs": {
"url": "https://github.com/noir-lang/noir/issues"
},
"files": [
"nodejs",
"web",
Expand All @@ -17,10 +26,6 @@
"types": "./web/noirc_abi_wasm.d.ts",
"module": "./web/noirc_abi_wasm.js",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/noir-lang/noir.git"
},
"scripts": {
"build": "bash ./build.sh",
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha",
Expand Down
Loading