@ribajs/history
Version:
History module of Riba.js
60 lines • 1.37 kB
JSON
{
"name": "@ribajs/history",
"description": "History 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/history",
"main": "src/index.ts",
"module": "src/index.ts",
"source": "src/index.ts",
"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",
"History"
],
"scripts": {
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx,.cts,.mts --fix && tsc --noEmit",
"clean": "rm -rf ./dist ./lib",
"check": "tsc --noEmit"
},
"files": [
"/src",
"/dist"
],
"bugs": {
"url": "https://github.com/ribajs/riba/issues"
},
"homepage": "https://github.com/ribajs/riba#readme",
"directories": {},
"devDependencies": {
"@ribajs/eslint-config": "^2.0.0",
"@ribajs/tsconfig": "^2.0.0",
"@types/jest": "^30.0.0",
"eslint": "^10.2.0",
"typescript": "6.0.2"
}
}