@slightning/anything-to-string
Version:
Converts anything to a string.
50 lines (49 loc) • 1.42 kB
JSON
{
"name": "@slightning/anything-to-string",
"version": "1.1.2",
"description": "Converts anything to a string.",
"keywords": [
"string"
],
"homepage": "https://github.com/S-LIGHTNING/anything-to-string#readme",
"bugs": {
"url": "https://github.com/S-LIGHTNING/anything-to-string/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/S-LIGHTNING/anything-to-string.git"
},
"license": "Apache-2.0",
"author": "SLIGHTNING",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"exports": {
"browser": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
"default": "./dist/esm/bundle.js"
},
"files": [
"dist",
"LICENSE",
"package.json",
"README.md"
],
"scripts": {
"build": "tsc --outDir dist/esm && tsc --outDir dist/cjs --module commonjs --moduleResolution node && webpack --env esm && webpack",
"test": "tsc -p test.tsconfig.json && jest --verbose ./out"
},
"devDependencies": {
"@jest/globals": "^29.0.0",
"jest": "^29.0.0",
"ts-loader": "^9.0.0",
"typescript": "^5.0.0",
"unminified-webpack-plugin": "^3.0.0",
"webpack": "~5.101.0",
"webpack-cli": "^6.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}