@joker.front/core
Version:
Joker is a framework platform designed to provide support for all development scenarios. Among them, Joker.front is a front-end development framework under the Joker platform. It provides standardized front-end development standards, adopts an object-orie
58 lines (57 loc) • 1.73 kB
JSON
{
"name": "@joker.front/core",
"version": "1.3.83",
"description": "",
"main": "./dist/bundle.js",
"module": "./dist/bundle.es.js",
"types": "./types/index.d.ts",
"exports": {
".": {
"types": "./types/index.d.ts",
"import": "./dist/bundle.es.js",
"require": "./dist/bundle.js"
},
"./package.json": "./package.json"
},
"files": [
"dist/*",
"types/*",
"README.md"
],
"scripts": {
"test": "jest",
"test:temp": "jest test/parser/html.spec.ts",
"build": "joker_build_library --sourcemap=false",
"build:prod": "joker_build_library --sourcemap=false --terser",
"release": "npm run test && npm run build && joker_release_library",
"release:prod": "npm run test && npm run build:prod && npm publish --access public --registry https://registry.npmjs.org/"
},
"author": "Zohar",
"license": "MIT",
"homepage": "https://front.jokers.pub",
"keywords": [
"joker",
"front"
],
"dependencies": {
"@joker.front/ast": "^1.3.31"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jokers-pub/front-core.git"
},
"devDependencies": {
"@joker.front/library-cli": "^1.2.14",
"@joker.front/sfc": "^1.1.17",
"@joker.front/shared": "^1.5.30",
"@types/jest": "^27.5.2",
"@types/node": "^20.5.7",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "^8.38.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4",
"sass": "^1.69.5"
}
}