mirror of
https://github.com/placeholder-soft/storytime.git
synced 2026-04-28 20:45:00 +08:00
25 lines
551 B
JSON
25 lines
551 B
JSON
{
|
|
"name": "storytime",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@mysten/bcs": "^0.9.0",
|
|
"@mysten/sui.js": "^0.48.0",
|
|
"@t3-oss/env-core": "^0.7.1",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.3.3",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-organize-imports": "^3.2.3",
|
|
"@types/node": "20.8.10"
|
|
}
|
|
} |