56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "@unom/unom-style",
|
|
"version": "0.2.1",
|
|
"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",
|
|
"jest": {
|
|
"preset": "ts-jest",
|
|
"testEnvironment": "node"
|
|
},
|
|
"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",
|
|
"@types/joi": "^17.2.3",
|
|
"@wessberg/rollup-plugin-ts": "^1.3.12",
|
|
"jest": "^26.6.3",
|
|
"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": "^26.5.6",
|
|
"tslib": "^1.11.0",
|
|
"typescript": "^3.8.2"
|
|
},
|
|
"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"
|
|
}
|
|
}
|