style/package.json
2023-07-20 18:23:25 +02:00

55 lines
1.2 KiB
JSON

{
"name": "@unom/style",
"version": "0.3.1",
"description": "The official unom-style library",
"type": "module",
"files": [
"dist"
],
"types": "dist/unom-style.d.ts",
"exports": {
".": "./dist/unom-style.js",
"./easings": "./dist/easings.js"
},
"scripts": {
"build": "vite build",
"dev": "vite",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"publishConfig": {
"registry": "https://packages.unom.io"
},
"keywords": [],
"author": "enricobuehler",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@types/node": "^18.15.5",
"@vitest/coverage-c8": "^0.29.7",
"dotenv": "^16.0.3",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"vite": "^4.2.1",
"vite-plugin-dts": "^2.1.0",
"vite-tsconfig-paths": "^4.0.7",
"vitest": "^0.29.7"
},
"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://github.https://git.unom.io/unom/style#readme",
"dependencies": {
"css-color-converter": "^2.0.0"
}
}