mirror of
https://github.com/placeholder-soft/create_gifted_box_demo.git
synced 2026-01-12 15:14:31 +08:00
23 lines
456 B
JSON
23 lines
456 B
JSON
{
|
|
"name": "create_gifted_box_demo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "swc-node src/index.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@swc/core": "^1.7.39",
|
|
"@types/node-fetch": "2",
|
|
"swc-node": "^1.0.0",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"dependencies": {
|
|
"node-fetch": "2",
|
|
"simplehash-api": "^0.2.1",
|
|
"viem": "^2.21.35"
|
|
}
|
|
} |