Skip to content

Commit

Permalink
style: prettier package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Oct 23, 2024
1 parent 0df22be commit 3275e08
Showing 1 changed file with 46 additions and 46 deletions.
92 changes: 46 additions & 46 deletions packages/fast-usdc/package.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
{
"name": "fast-usdc",
"private": true,
"version": "0.1.0",
"description": "Create an Agoric Javascript smart contract application",
"type": "module",
"name": "fast-usdc",
"private": true,
"version": "0.1.0",
"description": "Create an Agoric Javascript smart contract application",
"type": "module",
"files": [
"contract",
"src"
],
"bin": {
"fast-usdc": "./src/cli.js"
},
"scripts": {
"build": "exit 0",
"test": "ava",
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
"test:xs": "exit 0",
"lint-fix": "yarn lint:eslint --fix",
"lint": "run-s --continue-on-error lint:*",
"lint:types": "tsc",
"lint:eslint": "eslint ."
},
"devDependencies": {
"ava": "^5.3.0",
"c8": "^9.1.0",
"ts-blank-space": "^0.4.1"
},
"dependencies": {
"agoric": "^0.21.1",
"commander": "^12.1.0"
},
"ava": {
"extensions": {
"js": true,
"ts": "module"
},
"files": [
"contract",
"src"
"test/**/*.test.*"
],
"bin": {
"fast-usdc": "./src/cli.js"
},
"scripts": {
"build": "exit 0",
"test": "ava",
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
"test:xs": "exit 0",
"lint-fix": "yarn lint:eslint --fix",
"lint": "run-s --continue-on-error lint:*",
"lint:types": "tsc",
"lint:eslint": "eslint ."
},
"devDependencies": {
"ava": "^5.3.0",
"c8": "^9.1.0",
"ts-blank-space": "^0.4.1"
},
"dependencies": {
"agoric": "^0.21.1",
"commander": "^12.1.0"
},
"ava": {
"extensions": {
"js": true,
"ts": "module"
},
"files": [
"test/**/*.test.*"
],
"nodeArguments": [
"--import=ts-blank-space/register",
"--no-warnings"
],
"require": [
"@endo/init/debug.js"
],
"timeout": "20m"
}
"nodeArguments": [
"--import=ts-blank-space/register",
"--no-warnings"
],
"require": [
"@endo/init/debug.js"
],
"timeout": "20m"
}
}

0 comments on commit 3275e08

Please sign in to comment.