UNPKG

1.36 kBJSONView Raw
1{
2 "name": "inline-style-parser",
3 "version": "0.2.3",
4 "description": "An inline style parser.",
5 "main": "index.js",
6 "scripts": {
7 "build": "rollup --config --failAfterWarnings",
8 "clean": "rm -rf dist",
9 "lint": "eslint --ignore-path .gitignore .",
10 "lint:fix": "npm run lint -- --fix",
11 "prepublishOnly": "npm run lint && npm test && npm run build",
12 "test": "jest",
13 "test:ci": "CI=true jest --ci --colors --coverage --collectCoverageFrom=index.js",
14 "test:esm": "node --test test/index.test.mjs",
15 "test:watch": "jest --watch",
16 "prepare": "husky"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/remarkablemark/inline-style-parser"
21 },
22 "bugs": {
23 "url": "https://github.com/remarkablemark/inline-style-parser/issues"
24 },
25 "keywords": [
26 "inline-style-parser",
27 "inline-style",
28 "style",
29 "parser",
30 "css"
31 ],
32 "devDependencies": {
33 "@commitlint/cli": "19.2.1",
34 "@commitlint/config-conventional": "19.1.0",
35 "@rollup/plugin-commonjs": "25.0.7",
36 "@rollup/plugin-terser": "0.4.4",
37 "css": "3.0.0",
38 "eslint": "8.57.0",
39 "eslint-plugin-prettier": "5.1.3",
40 "husky": "9.0.11",
41 "jest": "29.7.0",
42 "lint-staged": "15.2.2",
43 "prettier": "3.2.5",
44 "rollup": "4.13.0"
45 },
46 "files": [
47 "/dist",
48 "/index.d.ts"
49 ],
50 "license": "MIT"
51}