@talend/assets-api
Version:
A set of API designed to access assets using CDN
53 lines (52 loc) • 1.55 kB
JSON
{
"name": "@talend/assets-api",
"description": "A set of API designed to access assets using CDN",
"types": "lib/index.d.ts",
"main": "lib/index.js",
"module": "./lib-esm/index.js",
"exports": {
".": {
"import": "./lib-esm/index.js",
"require": "./lib/index.js"
}
},
"license": "Apache-2.0",
"scripts": {
"pre-release": "talend-scripts build --umd && talend-scripts build --umd --dev",
"build:lib": "talend-scripts build",
"build:lib:esm": "talend-scripts build --esm",
"start": "echo nothing to start",
"test": "talend-scripts test",
"test:watch": "talend-scripts test --watch",
"test:cov": "talend-scripts test --coverage",
"lint": "talend-scripts lint"
},
"keywords": [
"talend"
],
"author": "Talend Frontend <frontend@talend.com>",
"homepage": "https://github.com/Talend/ui/tree/master/packages/assets-api#readme",
"bugs": {
"url": "https://github.com/Talend/ui/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Talend/ui.git"
},
"dependencies": {},
"devDependencies": {
"@talend/babel-plugin-import-from-index": "^1.8.1",
"@talend/eslint-config": "^13.2.2",
"@talend/eslint-plugin": "^1.3.2",
"@talend/scripts-core": "^16.5.2",
"@talend/scripts-config-react-webpack": "^16.8.3",
"@talend/scripts-config-typescript": "^11.3.1",
"@types/node": "^6.14.13",
"@types/jest": "^29.5.14",
"read-pkg-up": "^7.0.1"
},
"publishConfig": {
"access": "public"
},
"version": "1.5.2"
}