@node-novel/layout
Version:
node-novel core module
72 lines (71 loc) • 1.81 kB
JSON
{
"name": "@node-novel/layout",
"version": "2.0.24",
"description": "node-novel core module",
"keywords": [
"chinese",
"expression",
"format",
"keywords",
"layout",
"match",
"node-novel",
"node-text",
"novel",
"parse",
"re",
"regex",
"regexp",
"regular",
"regular expression",
"replace",
"sort",
"text",
"txt"
],
"homepage": "https://github.com/bluelovers/ws-node-novel/tree/master/packages/layout#readme",
"bugs": {
"url": "https://github.com/bluelovers/ws-node-novel/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluelovers/ws-node-novel.git",
"directory": "packages/layout"
},
"license": "ISC",
"author": "bluelovers",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"coverage": "npx nyc yarn run test",
"lint": "npx eslint **/*.ts",
"test": "jest -u",
"test:jest": "jest --passWithNoTests",
"test:jest:snapshot": "yarn run test:jest -- -u",
"test:snapshot": "yarn run test -- -u",
"test:tsd": "ynpx tsd",
"npm:publish": "npm publish",
"npm:publish:lerna": "npx lerna publish --yes --cd-version patch",
"preversion": "yarn run test",
"prepublish:lockfile": "npx sync-lockfile .",
"postpublish": "echo postpublish",
"postpublish_": "git commit -m \"chore(release): publish\" .",
"ncu": "npx yarn-tool ncu -u",
"sort-package-json": "npx yarn-tool sort"
},
"dependencies": {
"array-hyper-unique": "^2.1.4",
"blank-line": "^2.0.8",
"crlf-normalize": "^1.0.20",
"env-bool": "^2.0.1",
"str-util": "^3.0.2",
"tslib": "^2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "b2b758eb863a93ab885d36a71589d1da4bb2635b"
}