@rapido/scripts
Version:
A library of scripts useed to develop Rapido apps.
69 lines (68 loc) • 1.67 kB
JSON
{
"name": "@rapido/scripts",
"version": "0.0.29",
"description": "A library of scripts useed to develop Rapido apps.",
"keywords": [
"rapido"
],
"homepage": "https://rapidojs.org/",
"bugs": {
"url": "https://github.com/verumtech/rapido/issues",
"email": "dev@verumtechnologies.com"
},
"repository": {
"type": "git",
"url": "https://github.com/verumtech/rapido.git",
"directory": "packages/rapido-scripts"
},
"license": "MIT",
"files": [
"bin",
"config",
"lib",
"scripts"
],
"types": "./lib/rapido.d.ts",
"bin": {
"rapido": "./bin/rapido-scripts.js"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@rapido/dev-utils": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^2.8.0",
"@typescript-eslint/parser": "^2.8.0",
"babel-eslint": "10.0.3",
"babel-plugin-styled-components": "^1.10.6",
"babel-preset-expo": "~8.0.0",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"eslint": "^6.6.0",
"eslint-config-react-app": "^5.1.0",
"eslint-plugin-flowtype": "3.13.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.16.0",
"eslint-plugin-react-hooks": "^1.6.1",
"fs-extra": "^8.1.0",
"jest-expo": "^36.0.1",
"resolve": "1.12.2"
},
"engines": {
"node": ">=8.10"
},
"publishConfig": {
"access": "public"
},
"gitHead": "4bc5bcc38347502f78ee0dbd36b10cd8fab36886"
}