@guanghechen/helper-string
Version:
Utilities for processing strings or stringify other type data.
52 lines (51 loc) • 1.58 kB
JSON
{
"name": "@guanghechen/helper-string",
"version": "6.0.0-alpha.2",
"description": "Utilities for processing strings or stringify other type data.",
"author": {
"name": "guanghechen",
"url": "https://github.com/guanghechen/"
},
"repository": {
"type": "git",
"url": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/helper-string@6.0.0-alpha.1",
"directory": "packages/helper-string"
},
"homepage": "https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/helper-string@6.0.0-alpha.1/packages/helper-string#readme",
"keywords": [
"string",
"string transformer",
"string utils"
],
"type": "module",
"exports": {
".": {
"source": "./src/index.ts",
"import": "./lib/esm/index.mjs",
"require": "./lib/cjs/index.cjs",
"types": "./lib/types/index.d.ts"
}
},
"source": "./src/index.ts",
"main": "./lib/cjs/index.cjs",
"module": "./lib/esm/index.mjs",
"types": "./lib/types/index.d.ts",
"license": "MIT",
"engines": {
"node": ">= 18.0.0"
},
"files": [
"lib/",
"!lib/**/*.map",
"package.json",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"scripts": {
"build": "../../node_modules/.bin/rimraf lib/ && ../../node_modules/.bin/cross-env NODE_ENV=production ../../node_modules/.bin/rollup -c ../../rollup.config.mjs",
"prepublishOnly": "yarn build",
"test": "node --experimental-vm-modules ../../node_modules/.bin/jest --config ../../jest.config.mjs --rootDir ."
},
"gitHead": "f7068d509f25920eabeaefd577b036b08fc90e26"
}