UNPKG

color-interfaces

Version:
70 lines (69 loc) 2.04 kB
{ "author": "chriskr", "babel": { "presets": [ "@babel/preset-env", "@babel/preset-react", "@babel/preset-typescript" ] }, "bugs": { "url": "https://github.com/chriskr/color-interfaces/issues" }, "description": "interfaces for color spaces", "devDependencies": { "@babel/core": "^7.9.6", "@babel/preset-env": "^7.9.6", "@babel/preset-react": "^7.6.3", "@babel/preset-typescript": "^7.6.0", "babel-jest": "^26.0.1", "babel-loader": "^8.1.0", "babel-plugin-transform-class-properties": "^6.24.1", "coveralls": "^3.1.0", "cross-env": "^7.0.2", "jest": "^26.0.1", "prettier": "^2.0.5", "ts-loader": "^7.0.4", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0", "typescript": "^3.9.2", "webpack": "^4.43.0", "webpack-cli": "^3.3.11" }, "files": [ "dist" ], "homepage": "https://github.com/chriskr/color-interfaces", "keywords": [ "color", "color space", "color interface", "color converter", "rgb", "rgba", "hsl", "hsla", "hsv", "hsva", "hex", "hexa" ], "license": "MIT", "main": "dist/index.js", "name": "color-interfaces", "repository": "https://github.com/chriskr/color-interfaces", "scripts": { "watch": "cross-env NODE_ENV=development webpack -w --mode development --display-error-details", "build": "cross-env NODE_ENV=production webpack --mode production", "test": "jest --config jest.config.js && coveralls < coverage/lcov.info", "test:only": "jest --config jest.config.js", "format": "prettier --write \"src/**/*.ts\" ", "lint": "tslint -p tsconfig.json", "prepare": "npm run build --scripts-prepend-node-path", "prepublishOnly": "npm test --scripts-prepend-node-path && npm run lint --scripts-prepend-node-path && git add -A .", "version": "npm run format --scripts-prepend-node-path && git add -A src", "postversion": "git push && git push --tags" }, "types": "dist/index.d.ts", "version": "0.1.33" }