create-ckb-js-vm-app
Version:
CLI tool to quickly bootstrap CKB on-chain script with ckb-js-vm.
25 lines (24 loc) • 540 B
JSON
{
"name": "on-chain-script-tests",
"version": "0.1.0",
"description": "unit tests",
"private": true,
"type": "module",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.js",
"scripts": {
"format": "prettier --write .",
"test": "jest",
"clean": "rimraf dist/*"
},
"devDependencies": {
"ckb-testtool": "~0.1.1",
"@types/node": "~22.13.8",
"@types/jest": "~29.5.14",
"ts-jest": "~29.2.6",
"jest": "~29.7.0",
"@ckb-ccc/core": "^1.5.0"
},
"dependencies": {}
}