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 9d10181 commit e47ddafCopy full SHA for e47ddaf
package.json
@@ -29,6 +29,7 @@
29
"test": "npx jest",
30
"test:watch": "jest --watch",
31
"test:coverage": "jest --coverage",
32
+ "test:manual": "npx ts-node test/manual-test.ts",
33
"lint": "eslint . --ext .ts",
34
"lint:fix": "eslint . --ext .ts --fix",
35
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
@@ -70,6 +71,5 @@
70
71
"ts-node": "^10.9.1",
72
"typescript": "^5.2.2",
73
"uuid": "^11.1.0"
- },
74
- "packageManager": "[email protected]+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
+ }
75
}
0 commit comments