UNPKG

3h-ast

Version:
40 lines (39 loc) 1.03 kB
{ "name": "3h-ast", "version": "0.14.0", "description": "A simple AST generator.", "module": "./dist/3h-ast.min.js", "main": "./dist/3h-ast.umd.min.js", "types": "./index.d.ts", "author": "3h", "license": "MIT", "scripts": { "prebuild": "tsc", "build": "rollup -c", "postbuild": "terser dist/3h-ast.js --config-file terser.json --module -o dist/3h-ast.min.js && terser dist/3h-ast.umd.js --config-file terser.json -o dist/3h-ast.umd.min.js && node stat", "docs": "dts2md \"**\" \"!index.d.ts\" -i ./types -o ./docs -l -I Home.md", "test": "node ./test/index.js" }, "repository": "huang2002/3h-ast", "keywords": [ "ast", "tokenize", "token", "3h" ], "files": [ "dist", "types", "index.d.ts" ], "devDependencies": { "3h-test": "^0.5.0", "@babel/core": "^7.12.7", "@babel/preset-env": "^7.12.7", "@rollup/plugin-babel": "^5.2.0", "dts2md": "^0.4.3", "rollup": "^2.33.3", "terser": "^5.5.0", "typescript": "^4.1.2" } }