initial commit

This commit is contained in:
thesn10
2026-05-27 23:15:18 +02:00
commit c88ebe67d3
20 changed files with 7747 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "solisting",
"license": "ISC",
"scripts": {
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
},
"dependencies": {
"@anchor-lang/core": "^1.0.2"
},
"devDependencies": {
"@types/bn.js": "^5.2.0",
"@types/chai": "^5.2.3",
"@types/mocha": "^10.0.10",
"chai": "^6.2.2",
"mocha": "^11.7.6",
"prettier": "^3.8.3",
"ts-mocha": "^11.1.0",
"typescript": "^6.0.3"
}
}