UNPKG

1.73 kBJSONView Raw
1{
2 "name": "@textlint/kernel",
3 "version": "3.1.6",
4 "description": "textlint kernel is core logic by pure JavaScript.",
5 "keywords": [
6 "textlint"
7 ],
8 "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/textlint-kernel/",
9 "bugs": {
10 "url": "https://github.com/textlint/textlint/issues"
11 },
12 "license": "MIT",
13 "author": "azu",
14 "files": [
15 "bin/",
16 "lib/"
17 ],
18 "main": "lib/kernel/src/index.js",
19 "typings": "lib/kernel/src/index.d.ts",
20 "directories": {
21 "test": "test"
22 },
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/textlint/textlint.git"
26 },
27 "scripts": {
28 "build": "npm-run-all build:src",
29 "build:src": "cross-env NODE_ENV=production tsc -p .",
30 "clean": "rimraf out/ lib/ es_modules/",
31 "prepublish": "npm run --if-present build",
32 "test": "mocha \"test/**/*.{js,ts}\""
33 },
34 "dependencies": {
35 "@textlint/ast-node-types": "^4.2.2",
36 "@textlint/ast-traverse": "^2.1.3",
37 "@textlint/feature-flag": "^3.1.3",
38 "@textlint/types": "^1.1.5",
39 "@types/bluebird": "^3.5.18",
40 "bluebird": "^3.5.1",
41 "debug": "^4.1.1",
42 "deep-equal": "^1.0.1",
43 "map-like": "^2.0.0",
44 "object-assign": "^4.1.1",
45 "structured-source": "^3.0.2"
46 },
47 "devDependencies": {
48 "@textlint/markdown-to-ast": "^6.1.3",
49 "@types/deep-equal": "^1.0.1",
50 "@types/mocha": "^5.2.6",
51 "@types/node": "^11.13.8",
52 "cpx": "^1.5.0",
53 "cross-env": "^5.2.0",
54 "mocha": "^6.1.4",
55 "npm-run-all": "^4.1.5",
56 "rimraf": "^2.6.3",
57 "shelljs": "^0.8.3",
58 "ts-node": "^8.1.0",
59 "ts-node-test-register": "^8.0.1",
60 "typescript": "~3.4.5"
61 },
62 "gitHead": "82f5421c02c48f1aeb54e2e9d0c4abf1076b5b69"
63}