@arsat/mixin
Version:
## Description
34 lines • 747 B
JSON
{
"name": "@arsat/mixin",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && tsc",
"pretest": "npm run clean && jest --clearCache",
"test": "jest --coverage",
"prepublish": "npm run build",
"publish": "npm publish"
},
"keywords": [
"mixin",
"multiinheritance",
"multi-inheritance",
"multiple-inheritance",
"inheritance"
],
"author": "phazan",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.13.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3"
}
}