Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
174 changes: 87 additions & 87 deletions packages/@textlint/script-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,89 +1,89 @@
{
"name": "@textlint/script-compiler",
"version": "0.18.0",
"description": "textlint script compiler tool",
"keywords": [
"textlint",
"webpack",
"bundler",
"compiler"
],
"homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/script-compiler/",
"bugs": {
"url": "https://github.com/textlint/editor/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/textlint/editor.git"
},
"license": "MIT",
"author": "azu",
"sideEffects": false,
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"bin": {
"textlint-script-compiler": "./bin/cmd.js"
},
"files": [
"bin/",
"lib/",
"patch/"
],
"scripts": {
"build": "tsc -p .",
"clean": "rimraf lib/",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"prepublish": "npm run --if-present build",
"test": "npm run build:example",
"watch": "tsc -p . --watch",
"prebuild:example": "npm run build",
"build:example": "node ./bin/cmd.js --outputDir ./example/ --metadataName test --metadataNamespace example.com"
},
"prettier": {
"printWidth": 120,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "none"
},
"dependencies": {
"@babel/core": "^7.27.4",
"@textlint/config-inliner": "^0.18.0",
"@textlint/config-loader": "^15.0.1",
"@textlint/config-partial-parser": "^0.18.0",
"@textlint/kernel": "^15.0.1",
"@textlint/module-interop": "^15.0.1",
"@textlint/runtime-helper": "^0.18.0",
"@textlint/script-parser": "^0.18.0",
"@textlint/textlint-plugin-markdown": "^15.0.1",
"@textlint/textlint-plugin-text": "^15.0.1",
"@textlint/types": "^15.0.1",
"babel-loader": "^8.2.2",
"babel-plugin-static-fs": "^3.0.0",
"meow": "^9.0.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"read-pkg": "^5.2.0",
"rimraf": "^3.0.2",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.91.0"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^24.0.3",
"@types/webpack": "^5.28.5",
"mocha": "^11.7.0",
"prettier": "^3.6.0",
"textlint-rule-no-dropping-the-ra": "^3.0.0",
"textlint-rule-preset-ja-technical-writing": "^12.0.2",
"textlint-rule-prh": "^6.0.0",
"ts-node": "^10.9.2",
"ts-node-test-register": "^10.0.0",
"typescript": "^5.8.3"
},
"publishConfig": {
"access": "public"
}
"name": "@textlint/script-compiler",
"version": "0.18.0",
"description": "textlint script compiler tool",
"keywords": [
"textlint",
"webpack",
"bundler",
"compiler"
],
"homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/script-compiler/",
"bugs": {
"url": "https://github.com/textlint/editor/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/textlint/editor.git"
},
"license": "MIT",
"author": "azu",
"sideEffects": false,
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"bin": {
"textlint-script-compiler": "./bin/cmd.js"
},
"files": [
"bin/",
"lib/",
"patch/"
],
"scripts": {
"build": "tsc -p .",
"clean": "rimraf lib/",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"prepublish": "npm run --if-present build",
"test": "npm run build:example",
"watch": "tsc -p . --watch",
"prebuild:example": "npm run build",
"build:example": "node ./bin/cmd.js --outputDir ./example/ --metadataName test --metadataNamespace example.com"
},
"prettier": {
"printWidth": 120,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "none"
},
"dependencies": {
"@babel/core": "^7.27.4",
"@textlint/config-inliner": "workspace:*",
"@textlint/config-loader": "^15.0.1",
"@textlint/config-partial-parser": "workspace:*",
"@textlint/kernel": "^15.0.1",
"@textlint/module-interop": "^15.0.1",
"@textlint/runtime-helper": "workspace:*",
"@textlint/script-parser": "workspace:*",
"@textlint/textlint-plugin-markdown": "^15.0.1",
"@textlint/textlint-plugin-text": "^15.0.1",
"@textlint/types": "^15.0.1",
"babel-loader": "^8.2.2",
"babel-plugin-static-fs": "^3.0.0",
"meow": "^9.0.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"read-pkg": "^5.2.0",
"rimraf": "^3.0.2",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.91.0"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^24.0.3",
"@types/webpack": "^5.28.5",
"mocha": "^11.7.0",
"prettier": "^3.6.0",
"textlint-rule-no-dropping-the-ra": "^3.0.0",
"textlint-rule-preset-ja-technical-writing": "^12.0.2",
"textlint-rule-prh": "^6.0.0",
"ts-node": "^10.9.2",
"ts-node-test-register": "^10.0.0",
"typescript": "^5.8.3"
},
"publishConfig": {
"access": "public"
}
}
132 changes: 66 additions & 66 deletions packages/@textlint/website-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,68 +1,68 @@
{
"name": "@textlint/website-generator",
"version": "0.18.0",
"description": "Website generator using @textlint/script-compiler",
"keywords": [
"textlint"
],
"homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/website-generator/",
"bugs": {
"url": "https://github.com/textlint/editor/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/textlint/editor.git"
},
"license": "MIT",
"author": "azu",
"sideEffects": false,
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"bin": {
"textlint-website-generator": "./bin/cmd.js"
},
"files": [
"bin/",
"lib/",
"template"
],
"scripts": {
"build": "tsc -p .",
"clean": "rimraf lib/",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"prepublish": "npm run --if-present build",
"generate-template": "node tools/website-generator.mjs",
"watch": "tsc -p . --watch",
"prepack": "npm run generate-template"
},
"prettier": {
"printWidth": 120,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "none"
},
"dependencies": {
"@textlint/script-compiler": "^0.18.0",
"meow": "^9.0.0",
"read-pkg": "^5.2.0",
"textchecker-element": "^0.18.0"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^24.0.3",
"@types/rimraf": "4.0.5",
"mocha": "^11.7.0",
"prettier": "^3.6.0",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"ts-node-test-register": "^10.0.0",
"typescript": "^5.8.3"
},
"publishConfig": {
"access": "public"
}
"name": "@textlint/website-generator",
"version": "0.18.0",
"description": "Website generator using @textlint/script-compiler",
"keywords": [
"textlint"
],
"homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/website-generator/",
"bugs": {
"url": "https://github.com/textlint/editor/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/textlint/editor.git"
},
"license": "MIT",
"author": "azu",
"sideEffects": false,
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"bin": {
"textlint-website-generator": "./bin/cmd.js"
},
"files": [
"bin/",
"lib/",
"template"
],
"scripts": {
"build": "tsc -p .",
"clean": "rimraf lib/",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"prepublish": "npm run --if-present build",
"generate-template": "node tools/website-generator.mjs",
"watch": "tsc -p . --watch",
"prepack": "npm run generate-template"
},
"prettier": {
"printWidth": 120,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "none"
},
"dependencies": {
"@textlint/script-compiler": "workspace:*",
"meow": "^9.0.0",
"read-pkg": "^5.2.0",
"textchecker-element": "workspace:*"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^24.0.3",
"@types/rimraf": "4.0.5",
"mocha": "^11.7.0",
"prettier": "^3.6.0",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"ts-node-test-register": "^10.0.0",
"typescript": "^5.8.3"
},
"publishConfig": {
"access": "public"
}
}
Loading