fenextjs-interface
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "fenextjs-interface", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/esm/index.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "npm run build:esm && npm run build:cjs", | ||
"build:esm": "tsc", | ||
"build:cjs": "tsc --module commonjs --outDir cjs", | ||
"lint": "npx eslint src", | ||
"lint:fix": "npm run lint -- --fix", | ||
"prettier": "npx prettier src '!**/*.stories.tsx' --check", | ||
"prettier:fix": "npm run prettier -- --write", | ||
"format": "npm run prettier:fix && npm run lint:fix", | ||
"flb": "npm run format && npm run lint && npm run build" | ||
}, | ||
@@ -23,3 +33,21 @@ "repository": { | ||
}, | ||
"homepage": "https://gitlab.com/franciscoblancojn/fenextjs-interface#readme" | ||
"homepage": "https://gitlab.com/franciscoblancojn/fenextjs-interface#readme", | ||
"dependencies": { | ||
}, | ||
"files": [ | ||
"cjs", | ||
"esm" | ||
], | ||
"devDependencies": { | ||
"@types/node": "18.7.5", | ||
"@types/react": "18.0.17", | ||
"@types/react-dom": "18.0.6", | ||
"ts-loader": "^9.3.1", | ||
"typescript": "^4.7.4", | ||
"@typescript-eslint/eslint-plugin": "^5.42.0", | ||
"@typescript-eslint/parser": "^5.42.0", | ||
"eslint": "8.24.0", | ||
"prettier": "^2.7.1" | ||
} | ||
} |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
3565
19
45
0
0
9