Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "car-file", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A library for working with Car files", | ||
"main": "lib/index.js", | ||
"browser": "dist/index.js", | ||
"files": [ | ||
"lib", | ||
"dist" | ||
"lib" | ||
], | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"build": "npm run clean && npm run build:node && npm run build:web", | ||
"build:node": "tsc --declaration", | ||
"build:watch": "tsc --declaration --watch", | ||
"build:web": "webpack --env production", | ||
"clean": "rm -rf ./lib", | ||
"build": "rm -rf ./lib && tsc --declaration", | ||
"build:watch": "rm -rf ./lib && tsc --declaration --watch", | ||
"test": "jest", | ||
@@ -36,7 +31,4 @@ "test:watch": "jest --watch", | ||
"ts-jest": "^27.0.7", | ||
"ts-loader": "^9.2.6", | ||
"ts-node": "^10.4.0", | ||
"typescript": "^4.4.4", | ||
"webpack": "^5.65.0", | ||
"webpack-cli": "^4.9.1" | ||
"typescript": "^4.4.4" | ||
}, | ||
@@ -43,0 +35,0 @@ "prettier": { |
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
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
7
0
100
10761
8
204