@clynn-fe/akfe-editor-jsonf
Version:
JSON methods support function parse and stringify
36 lines (35 loc) • 737 B
JSON
{
"name": "@clynn-fe/akfe-editor-jsonf",
"version": "2.2.6",
"description": "JSON methods support function parse and stringify",
"keywords": [
"AKFE-Editor",
"JSONF"
],
"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"
},
"gitHead": "86fd1a6aae0c7511a12084605a6edc0bfbca25d1"
}