UNPKG

933 BJSONView Raw
1{
2 "name": "@textlint/ast-node-types",
3 "version": "13.1.4",
4 "description": "textlint AST node type definition.",
5 "keywords": [
6 "textlint"
7 ],
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/textlint/textlint.git"
11 },
12 "license": "MIT",
13 "author": "azu",
14 "main": "./lib/src/index.js",
15 "module": "./module/src/index.js",
16 "types": "./lib/src/index.d.ts",
17 "files": [
18 "bin/",
19 "lib/",
20 "module/",
21 "src/",
22 "!*.tsbuildinfo"
23 ],
24 "scripts": {
25 "build": "tsc -b && tsc -b tsconfig.module.json",
26 "clean": "rimraf lib/ module/",
27 "prepack": "npm run build",
28 "test": "mocha"
29 },
30 "devDependencies": {
31 "mocha": "^9.2.2",
32 "rimraf": "^3.0.2",
33 "ts-node": "^10.9.1",
34 "typescript": "~4.9.4"
35 },
36 "gitHead": "efea9c25175a637bc75de710746b26cac8316e5f"
37}