@draconides/unit
Version:
47 lines (46 loc) • 1.27 kB
JSON
{
"name": "@draconides/unit",
"private": false,
"version": "1.0.2",
"description": "Unit dataset",
"keywords": [
"Unit",
"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/unit"
},
"bugs": {
"url": "https://github.com/AlasDiablo/draconides/issues"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "eb73e303c12f3dfff50c5d53c24360c17c6ad7e5"
}