-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
28 lines (28 loc) · 899 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "phantasma-blocks",
"version": "1.0.2",
"description": "A dynamic transactional engine optimized for consistent, high-frequency operations. Designed to process 10 transactions per minute, Phantasma-Blocks offers a seamless blend of speed and reliability, ensuring that every transaction, like a phantom, moves swiftly and effortlessly through the digital realm.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node src/index",
"run-bun": "bun src/index.ts",
"dev": "tsc && ts-node src/index"
},
"keywords": [
"send",
"tx's"
],
"type": "module",
"author": "João \"Tek\" Novo",
"license": "ISC",
"dependencies": {
"phantasma-ts": "^0.1.61",
"dotenv": "^16.3.1",
"ts-node": "^10.4.0",
"typescript": "^5.1.6"
},
"devDependencies": {
"@types/dotenv": "^8.2.0"
}
}