style/package.json
2021-11-11 00:14:59 +01:00

53 lines
1.5 KiB
JSON

{
"name": "@unom/unom-style",
"version": "0.2.5",
"description": "The official unom-style library",
"main": "build/unom-style.js",
"module": "build/unom-style.es.js",
"jsnext:main": "build/unom-style.es.js",
"types": "build/unom-style.d.ts",
"scripts": {
"build": "rollup -c",
"start": "rollup -cw",
"test": "jest --coverage",
"emit-types": "tsc ./src/unom-style.ts --baseUrl src --declaration --emitDeclarationOnly --jsx react --esModuleInterop --outFile ./build/unom-tools.js "
},
"files": [
"build"
],
"keywords": [],
"author": "unom",
"license": "GPL-3.0-or-later",
"peerDependencies": {
"joi": "^17.2.1",
"rxjs": "^6.5.x"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-typescript": "^8.3.0",
"@types/jest": "^27.0.2",
"@types/joi": "^17.2.3",
"jest": "^27.3.1",
"rollup": "^2.48.0",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-uglify": "^6.0.4",
"ts-jest": "^27.0.7",
"tslib": "^2.3.1",
"typescript": "^4.4.4"
},
"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"
}
}