@appsflow/core
Version:
AppFlow core
53 lines (52 loc) • 1.39 kB
JSON
{
"name": "@appsflow/core",
"version": "0.0.0-alpha.17",
"description": "AppFlow core",
"author": "Leonid Vinikov <czf.leo123@gmail.com> (https://github.com/iNewLegend)",
"scripts": {
"test": "export flow_modules_logger=off && jest",
"build": "rollup --config rollup.config.ts --configPlugin typescript"
},
"repository": {
"type": "git",
"url": "git+https://github.com/appflow/core.git"
},
"keywords": [
"appflow"
],
"publishConfig": {
"access": "public"
},
"license": "MIT",
"main": "dist/umd/appflow-core.js",
"module": "dist/umd/appflow-core.mjs",
"types": "./dist/umd/src/index.d.ts",
"files": [
"dist/**/*.js",
"dist/**/*.js.map",
"dist/**/*.d.ts",
"src/"
],
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-json": "^5.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.0",
"@rollup/plugin-typescript": "^9.0.1",
"@rollup/pluginutils": "^5.0.0",
"@types/jest": "^29.2.4",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"babel-jest": "^29.3.1",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^29.0.3",
"tslib": "^2.4.0"
},
"dependencies": {
"@babel/runtime": "^7.20.6"
}
}