|
@@ -1,19 +1,19 @@
|
|
|
{
|
|
|
- "name": "multiple-suites-run-single",
|
|
|
- "version": "0.24.2",
|
|
|
- "license": "(MIT OR Apache-2.0)",
|
|
|
- "homepage": "https://github.com/coral-xyz/anchor#readme",
|
|
|
- "bugs": {
|
|
|
- "url": "https://github.com/coral-xyz/anchor/issues"
|
|
|
- },
|
|
|
- "repository": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/coral-xyz/anchor.git"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": ">=11"
|
|
|
- },
|
|
|
- "scripts": {
|
|
|
- "test": "anchor test"
|
|
|
- }
|
|
|
+ "name": "multiple-suites-run-single",
|
|
|
+ "version": "0.24.2",
|
|
|
+ "license": "(MIT OR Apache-2.0)",
|
|
|
+ "homepage": "https://github.com/coral-xyz/anchor#readme",
|
|
|
+ "bugs": {
|
|
|
+ "url": "https://github.com/coral-xyz/anchor/issues"
|
|
|
+ },
|
|
|
+ "repository": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/coral-xyz/anchor.git"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=17"
|
|
|
+ },
|
|
|
+ "scripts": {
|
|
|
+ "test": "anchor test"
|
|
|
}
|
|
|
+}
|