@joker.front/ast
Version:
### Overview
41 lines (40 loc) • 1.11 kB
JSON
{
"name": "@joker.front/ast",
"version": "1.3.31",
"description": "",
"main": "dist/bundle.js",
"module": "dist/bundle.es.js",
"types": "types/index.d.ts",
"keywords": [
"joker",
"ast"
],
"files": [
"dist/*",
"types/*",
"README.md"
],
"homepage": "jokers.pub",
"scripts": {
"test": "jest",
"test:temp": "jest test/ast/element.spec.ts",
"build": "joker_build_library --sourcemap=false",
"release": "npm run test && npm run build && joker_release_library",
"release:prod": "npm run test && npm run build && npm publish --access public --registry https://registry.npmjs.org/"
},
"author": "Zohar",
"license": "MIT",
"repository": {
"type": "git"
},
"devDependencies": {
"@joker.front/library-cli": "^1.2.8",
"@joker.front/shared": "^1.5.28",
"@types/jest": "^29.5.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^30.0.2",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"dependencies": {}
}