@draconides/format
Version:
Formatter function
50 lines (49 loc) • 1.35 kB
JSON
{
"name": "@draconides/format",
"private": false,
"version": "1.0.3",
"description": "Formatter function",
"keywords": [
"Format",
"Draconides"
],
"author": "AlasDiablo <25723276+AlasDiablo@users.noreply.github.com>",
"homepage": "https://github.com/AlasDiablo/draconides#readme",
"license": "CECILL-C",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/types/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json",
"prepublishOnly": "npm run build",
"postpublish": "git clean -fd"
},
"directories": {
"test": "__test__"
},
"files": [
"*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/AlasDiablo/draconides.git",
"directory": "packages/format"
},
"bugs": {
"url": "https://github.com/AlasDiablo/draconides/issues"
},
"dependencies": {
"@draconides/unit": "^1.0.2"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "eb73e303c12f3dfff50c5d53c24360c17c6ad7e5"
}