nightingale-string
Version:
Deprecated, use String from nightingale instead
45 lines • 1.2 kB
JSON
{
"name": "nightingale-string",
"version": "18.1.0",
"description": "Deprecated, use String from nightingale instead",
"keywords": [
"nightingale",
"nightingale-handler"
],
"author": "Christophe Hurpeau <christophe@hurpeau.com> (http://christophe.hurpeau.com/)",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/christophehurpeau/nightingale.git",
"directory": "packages/nightingale-string"
},
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=22.18.0"
},
"sideEffects": false,
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
}
},
"files": [
"lib"
],
"scripts": {
"clean": "yarn clean:build",
"lint": "yarn run lint:eslint",
"lint:eslint": "yarn ../.. run eslint --quiet packages/nightingale-string",
"watch": "yarn clean:build && rollup --config rollup.config.mjs --watch"
},
"pob": {},
"prettier": "@pob/root/prettier-config",
"dependencies": {
"nightingale": "18.1.0"
}
}