You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

42 lines
899 B

{
"name": "wordwrapjs",
"author": "Lloyd Brookes <opensource@75lb.com>",
"version": "5.1.1",
"description": "Word-wrapping for javascript.",
"repository": "https://github.com/75lb/wordwrapjs",
"license": "MIT",
"type": "module",
"exports": {
"import": "./index.js",
"require": "./dist/index.cjs"
},
"keywords": [
"word",
"line",
"wrap",
"text",
"columns",
"wordwrap"
],
"engines": {
"node": ">=12.17"
},
"scripts": {
"test": "npm run dist && npm run test:ci",
"test:ci": "75lb-nature test-runner test/test.?js",
"docs": "75lb-nature jsdoc2md -t README.hbs index.js > README.md",
"dist": "75lb-nature cjs-build index.js && 75lb-nature simple-rollup index.js"
},
"devDependencies": {},
"files": [
"index.js",
"dist"
],
"standard": {
"ignore": [
"dist",
"tmp"
],
"envs": []
}
}