@rr0/data
Version:
RR0 data model
49 lines (48 loc) • 1.2 kB
JSON
{
"name": "@rr0/data",
"type": "module",
"author": "Jérôme Beau <rr0@rr0.org> (https://rr0.org)",
"version": "0.3.37",
"description": "RR0 data model",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=20"
},
"license": "MIT",
"homepage": "https://github.com/RR0/data#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/RR0/data.git"
},
"scripts": {
"prebuild": "npm install",
"build": "rm -Rf dist && tsc --project tsconfig.prod.json",
"circular-deps": "dpdm src",
"prepublishOnly": "npm run build && npm test",
"test": "testscript",
"test-one": "testscript src/people/PeopleService.test.ts",
"test-ci": "rm -Rf out && testscript"
},
"dependencies": {
"@rr0/common": "^1.1.3",
"@rr0/lang": "^0.1.12",
"@rr0/time": "^0.11.0",
"@rr0/place": "^0.5.3",
"glob": "^11.0.1",
"@javarome/fileutil": "^0.3.7"
},
"devDependencies": {
"typescript": "5.8.2",
"@types/node": "^22.13.10",
"tsx": "4.19.3",
"@javarome/testscript": "^0.13.1"
},
"keywords": [
"data",
"rr0"
],
"publishConfig": {
"access": "public"
}
}