@rr0/common
Version:
Common and utility classes
41 lines (40 loc) • 953 B
JSON
{
"name": "@rr0/common",
"type": "module",
"author": "Jérôme Beau <rr0@rr0.org> (https://rr0.org)",
"version": "1.1.4",
"description": "Common and utility classes",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=16.2.0"
},
"license": "MIT",
"homepage": "https://github.com/RR0/common#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/RR0/common.git"
},
"scripts": {
"clean": "rimraf ./dist && rimraf ./node_modules && rm package-lock.json",
"prebuild": "npm install",
"build": "tsc",
"test": "testscript",
"prepublishOnly": "npm run build && npm test"
},
"devDependencies": {
"rimraf": "^6.0.1",
"tsx": "^4.20.3",
"@javarome/testscript": "^0.13.1",
"typescript": "5.9.2",
"@types/node": "^22.8.1"
},
"keywords": [
"common",
"util",
"rr0"
],
"publishConfig": {
"access": "public"
}
}