@zero65tech/format
Version:
Formatting Toolkit
42 lines (41 loc) • 795 B
JSON
{
"author": "Zero65 Technologies Pvt. Ltd.",
"name": "@zero65tech/format",
"version": "4.0.8",
"description": "Formatting Toolkit",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Zero65Tech/format"
},
"keywords": [
"json",
"pretty",
"zero65",
"zero65-tech"
],
"main": "src/index.js",
"scripts": {
"test": "jest --coverage test",
"lint": "npx eslint --fix src test"
},
"devDependencies": {
"eslint": "8.54.x",
"jest": "29.7.x"
},
"eslintConfig": {
"env": {
"es2021": true,
"jest": true,
"node": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": "latest"
},
"rules": {}
},
"publishConfig": {
"access": "public"
}
}