Files
style/package.json
2026-02-03 15:21:17 +01:00

52 lines
1.1 KiB
JSON

{
"name": "@unom/style",
"version": "0.4.0",
"description": "The official unom-style library",
"type": "module",
"files": [
"dist",
"static"
],
"types": "dist/unom-style.d.ts",
"exports": {
".": "./dist/index.js",
"./easings/easings": "./dist/easings/easings.js",
"./package.json": "./package.json"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"publishConfig": {
"registry": "https://git.unom.io/api/packages/unom/npm/"
},
"keywords": [],
"author": "enricobuehler",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@biomejs/biome": "^2.3.13",
"@types/node": "^25.2.0",
"@vitest/coverage-c8": "^0.33.0",
"dotenv": "^17.2.3",
"tsdown": "^0.20.1",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
},
"volta": {
"node": "18.12.0",
"npm": "8.9.0",
"yarn": "1.22.19"
},
"repository": {
"type": "git",
"url": "git+https://git.unom.io/unom/style"
},
"bugs": {
"url": "https://git.unom.io/unom/style/issues"
},
"homepage": "https://git.unom.io/unom/style#readme"
}