Files
smartrust/package.json

26 lines
670 B
JSON
Raw Permalink Normal View History

2026-02-08 12:28:51 +00:00
{
"name": "@push.rocks/smartrust",
2026-02-26 08:44:28 +00:00
"version": "1.3.0",
2026-02-08 12:28:51 +00:00
"private": false,
"description": "a bridge between JS engines and rust",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Task Venture Capital GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --verbose --logfile --timeout 60)",
"build": "(tsbuild tsfolders --allowimplicitany)",
"buildDocs": "(tsdoc)"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.1.2",
"@git.zone/tsrun": "^2.0.1",
"@git.zone/tstest": "^3.1.8",
"@types/node": "^25.2.0"
},
"dependencies": {
"@push.rocks/smartpath": "^6.0.0"
}
}