sapienteconsequatur
Version:
LZ-based compression algorithm for TypeScript projects (Browser, Node.js)
43 lines (42 loc) • 977 B
JSON
{
"name": "sapienteconsequatur",
"version": "1.0.1",
"main": "index.js",
"typings": "dist/index.d.ts",
"description": "LZ-based compression algorithm for TypeScript projects (Browser, Node.js)",
"keywords": [
"lz",
"cumque",
"dolor",
"id",
"browser",
"Node.js",
"UTF16",
"autem"
],
"directories": {
"test": "test"
},
"scripts": {
"prebuild": "rm -rf dist",
"build": "esbuild src/index.ts --format=cjs --bundle --minify --target=chrome58 --outfile=index.js",
"postbuild": "tsc",
"deploy": "npm pack",
"pretest": "yarn build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/EribertoSimonis/sapienteconsequatur.git"
},
"author": "JustineOrn",
"license": "MIT",
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^16.11.7",
"esbuild": "^0.14.3",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.6.2"
}
}