@agoric/create-dapp
Advanced tools
Comparing version
{ | ||
"name": "@agoric/create-dapp", | ||
"version": "0.1.1-dev-e5a1afd.0+e5a1afd", | ||
"version": "0.1.1-dev-e65d7dd.0+e65d7dd", | ||
"description": "Create an Agoric Javascript smart contract application", | ||
"type": "module", | ||
"bin": { | ||
"create-dapp": "src/create-dapp.js" | ||
}, | ||
"bin": "src/create-dapp.js", | ||
"files": [ | ||
@@ -18,12 +16,12 @@ "src" | ||
"lint-fix": "yarn lint:eslint --fix", | ||
"lint": "run-s --continue-on-error lint:*", | ||
"lint:types": "tsc", | ||
"lint:eslint": "eslint ." | ||
"lint": "yarn run -T run-s --continue-on-error 'lint:*'", | ||
"lint:eslint": "yarn run -T eslint .", | ||
"lint:types": "yarn run -T tsc" | ||
}, | ||
"devDependencies": { | ||
"ava": "^5.3.0", | ||
"c8": "^10.1.2" | ||
"c8": "^10.1.3" | ||
}, | ||
"dependencies": { | ||
"agoric": "0.21.2-dev-e5a1afd.0+e5a1afd" | ||
"agoric": "0.21.2-dev-e65d7dd.0+e65d7dd" | ||
}, | ||
@@ -51,3 +49,3 @@ "keywords": [], | ||
}, | ||
"gitHead": "e5a1afd8f59d7ba56e618657059caee05096f220" | ||
"gitHead": "e65d7dd951d89c27f9a94f729ea8c2541ddae228" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
13394
0.1%