UNPKG

scrypt-ts-transpiler

Version:

```bash npm i npx scryptlib download npm t ```

50 lines (49 loc) 1.21 kB
{ "name": "scrypt-ts-transpiler", "version": "1.2.29", "description": "", "main": "./dist/index.js", "scripts": { "postinstall": "ts-patch install -s", "prebuild": "rimraf dist && rimraf tsconfig.tsbuildinfo", "build": "tsc", "prepublishOnly": "npm run build", "pretest": "npm run build && rimraf tests/artifacts", "test": "cd tests && mocha", "publish:test": "npm publish --tag test" }, "author": "sCrypt.Inc", "license": "MIT", "engines": { "node": ">=16" }, "keywords": [ "typescript", "sCrypt" ], "dependencies": { "@phenomnomnominal/tsquery": "^6.1.2", "reflect-metadata": "^0.1.13", "scryptlib": "^2.2.0", "ts-patch": "=3.0.1", "typescript": "~5.3.0" }, "devDependencies": { "@types/chai": "^4.3.5", "@types/chai-as-promised": "^7.1.5", "@types/mocha": "^10.0.1", "@types/node": "^20.4.2", "chai": "^4.3.7", "chai-as-promised": "^7.1.1", "chai-exclude": "^2.1.0", "mocha": "^10.2.0", "rimraf": "^5.0.1", "scrypt-ord": "^1.0.17", "scrypt-ts": "^1.3.26", "scrypt-ts-lib": "^0.1.27", "ts-node": "^10.9.1" }, "peerDependencies": { "typescript": "~5.3.0" } }