@turnkey/encoding
Version:
Encoding utility functions
42 lines • 901 B
JSON
{
"name": "@turnkey/encoding",
"version": "0.4.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"default": "./dist/index.mjs"
}
},
"types": "./dist/index.d.ts",
"license": "Apache-2.0",
"description": "Encoding utility functions",
"author": {
"name": "Turnkey",
"url": "https://turnkey.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/tkhq/sdk.git",
"directory": "packages/encoding"
},
"files": [
"dist/",
"CHANGELOG.md"
],
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "rollup -c",
"clean": "rimraf ./dist ./.cache",
"test": "jest",
"typecheck": "tsc -p tsconfig.typecheck.json"
}
}