@ribajs/core
Version:
Core module of Riba.js
81 lines • 1.95 kB
JSON
{
"name": "@ribajs/core",
"description": "Core module of Riba.js",
"version": "2.0.0",
"type": "module",
"engines": {
"node": ">=24.0.0"
},
"author": "Pascal Garber <pascal@artandcode.studio>",
"contributors": [
"Michael Richards",
"Luiz Américo Pereira Câmara"
],
"url": "https://github.com/ribajs/riba/tree/master/packages/core",
"main": "src/index.ts",
"module": "src/index.ts",
"source": "src/index.ts",
"sass": "src/scss/index.scss",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ribajs/riba/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/ribajs/riba.git"
},
"keywords": [
"Art+Code Studio",
"Riba",
"Rivets",
"tinybind",
"SPA",
"TypeScript",
"Browser"
],
"scripts": {
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx,.cts,.mts --fix && tsc --noEmit",
"build:ts": "tsc",
"clean": "rm -rf ./dist ./lib",
"check": "tsc --noEmit"
},
"files": [
"/src",
"/dist"
],
"devDependencies": {
"@jest/globals": "^30.3.0",
"@ribajs/eslint-config": "^2.0.0",
"@ribajs/tsconfig": "^2.0.0",
"@ribajs/types": "^2.0.0",
"@types/jest": "^30.0.0",
"@types/node": "^24.12.2",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"jest": "^30.3.0",
"jest-config": "^30.3.0",
"jest-extended": "^7.0.0",
"prettier": "^3.8.2",
"source-map-support": "^0.5.21",
"ts-jest": "^29.4.9",
"typescript": "6.0.2"
},
"bugs": {
"url": "https://github.com/ribajs/riba/issues"
},
"homepage": "https://github.com/ribajs/riba#readme",
"directories": {
"lib": "lib"
},
"dependencies": {
"@ribajs/events": "^2.0.0",
"@ribajs/history": "^2.0.0",
"@ribajs/jsx": "^2.0.0",
"@ribajs/ssr": "^2.0.0",
"@ribajs/utils": "^2.0.0"
}
}