@clynn-fe/akfe-editor-jsonc
Version:
JSON Compress by using a map to reduce the size of keys and using gzip
43 lines (42 loc) • 905 B
JSON
{
"name": "@clynn-fe/akfe-editor-jsonc",
"version": "2.2.6",
"description": "JSON Compress by using a map to reduce the size of keys and using gzip",
"keywords": [
"AKFE-Editor",
"JSONC"
],
"author": "",
"homepage": "",
"license": "ISC",
"main": "dist/index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib",
"dist"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "ssh://git@gitee.com:left_code/akfe-editor-toolkits.git"
},
"scripts": {
"clean": "rm -rf ./dist",
"prebuild": "run-p clean",
"build": "tsc"
},
"dependencies": {
"@clynn-fe/akfe-editor-jsonf": "2.2.6",
"pako": "^1.0.11"
},
"devDependencies": {
"@types/pako": "^1.0.1"
},
"gitHead": "86fd1a6aae0c7511a12084605a6edc0bfbca25d1"
}