@talend/module-to-cdn
Version:
Get cdn config from npm module name
48 lines (47 loc) • 893 B
JSON
{
"name": "@talend/module-to-cdn",
"version": "9.15.0",
"description": "Get cdn config from npm module name",
"license": "MIT",
"repository": "https://github.com/Talend/ui",
"author": {
"name": "Thomas Sileghem",
"email": "th.sileghem@gmail.com",
"url": "https://mastilver.com"
},
"contributors": [
{
"name": "Talend"
}
],
"engines": {
"node": ">=14"
},
"scripts": {
"test": "jest index.test.js",
"test:cron": "jest modules.test.js",
"lint": "eslint ./"
},
"files": [
"index.js",
"cache.js",
"version.js",
"url.js",
"modules.json"
],
"keywords": [
"cdn"
],
"dependencies": {
"mkdirp": "^1.0.4",
"semver": "^7.7.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.28.0",
"eslint": "^8.57.1",
"jest": "^29.7.0"
},
"publishConfig": {
"access": "public"
}
}