@linaria/utils
Advanced tools
Comparing version 3.0.0-beta.19 to 3.0.0-beta.20
{ | ||
"name": "@linaria/utils", | ||
"version": "3.0.0-beta.19", | ||
"publishConfig": { | ||
"access": "public" | ||
"description": "Blazing fast zero-runtime CSS in JS library", | ||
"version": "3.0.0-beta.20", | ||
"bugs": "https://github.com/callstack/linaria/issues", | ||
"engines": { | ||
"node": "^12.16.0 || >=13.7.0" | ||
}, | ||
"description": "Blazing fast zero-runtime CSS in JS library", | ||
"sideEffects": false, | ||
"main": "lib/index.js", | ||
"module": "esm/index.js", | ||
"types": "types/index.d.ts", | ||
"files": [ | ||
@@ -17,28 +14,27 @@ "types/", | ||
], | ||
"license": "MIT", | ||
"repository": "git@github.com:callstack/linaria.git", | ||
"engines": { | ||
"node": "^12.16.0 || >=13.7.0" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/callstack/linaria/issues" | ||
}, | ||
"homepage": "https://github.com/callstack/linaria#readme", | ||
"keywords": [ | ||
"react", | ||
"linaria", | ||
"css", | ||
"css-in-js", | ||
"linaria", | ||
"react", | ||
"styled-components" | ||
], | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"module": "esm/index.js", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": "git@github.com:callstack/linaria.git", | ||
"sideEffects": false, | ||
"types": "types/index.d.ts", | ||
"scripts": { | ||
"build": "npm run build:lib && npm run build:esm && npm run build:declarations", | ||
"build:declarations": "tsc --emitDeclarationOnly --outDir types", | ||
"build:esm": "babel src --out-dir esm --extensions '.js,.jsx,.ts,.tsx' --source-maps --delete-dir-on-start", | ||
"build:lib": "cross-env NODE_ENV=legacy babel src --out-dir lib --extensions '.js,.jsx,.ts,.tsx' --source-maps --delete-dir-on-start", | ||
"build:esm": "babel src --out-dir esm --extensions '.js,.jsx,.ts,.tsx' --source-maps --delete-dir-on-start", | ||
"build": "yarn build:lib && yarn build:esm", | ||
"build:declarations": "tsc --emitDeclarationOnly --outDir types", | ||
"prepare": "yarn build && yarn build:declarations", | ||
"typecheck": "tsc --noEmit --composite false", | ||
"watch": "yarn build --watch" | ||
}, | ||
"gitHead": "73aab0a3908325333e452b9cbd5e438a0f1de463" | ||
} | ||
"watch": "npm run build --watch" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15701
13
2