@slightning/anything-to-string
Version:
Converts anything to a string.
45 lines (44 loc) • 1.17 kB
JSON
{
"name": "@slightning/anything-to-string",
"version": "1.1.0",
"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": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts"
},
"files": [
"dist",
"LICENSE",
"package.json",
"README.md"
],
"scripts": {
"build": "tsc --outDir dist/esm && tsc --outDir dist/cjs --module commonjs --moduleResolution node",
"test": "tsc -p test.tsconfig.json && jest --verbose ./out"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"jest": "^29.0.0",
"typescript": "^5.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}