aqu
Version:
🌊 Powerful tool for easy typescript/javascript package development
92 lines (91 loc) • 2.22 kB
JSON
{
"name": "aqu",
"version": "0.4.3",
"description": "🌊 Powerful tool for easy typescript/javascript package development",
"bin": {
"aqu": "dist/aqu.js"
},
"type": "commonjs",
"author": "Artiom Tretjakovas",
"license": "MIT",
"homepage": "https://github.com/ArtiomTr/aqu#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ArtiomTr/aqu.git"
},
"bugs": {
"url": "https://github.com/ArtiomTr/aqu/issues"
},
"files": [
"dist",
"licenses"
],
"keywords": [
"bundle",
"typescript",
"cli",
"react",
"library",
"react library",
"microbundle",
"tsdx",
"aqu"
],
"scripts": {
"build": "zxpp ./scripts/build.ts",
"start": "zxpp ./scripts/watch.ts",
"lint": "eslint .",
"lint:fix": "eslint . --ext .ts,.tsx,.js,.jsx,.json,.html,.md --fix",
"test": "jest",
"release": "np",
"format": "prettier --write **/*.{ts,tsx,js,jsx,json,html,md}"
},
"dependencies": {
"@babel/preset-env": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@esbuild-plugins/node-resolve": "^0.1.4",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"chalk": "^4.1.0",
"chokidar": "^3.5.3",
"commander": "^9.4.0",
"dts-bundle-generator": "^6.13.0",
"esbuild": "^0.15.9",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"execa": "^4.1.0",
"fs-extra": "^10.1.0",
"github-username": "^6.0.0",
"inquirer": "7.3.3",
"jest": "^29.0.3",
"jest-watch-typeahead": "^2.2.0",
"lodash": "^4.17.21",
"ora": "^5.3.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.1",
"typescript": "^4.8.3",
"webpack-merge": "^5.8.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@types/eslint": "^8.4.6",
"@types/fs-extra": "^9.0.13",
"@types/inquirer": "^9.0.1",
"@types/jest": "^29.0.3",
"@types/lodash": "^4.14.185",
"@types/node": "^18.7.18",
"@types/rimraf": "^3.0.2",
"babel-jest": "^29.0.3",
"cross-env": "^7.0.3",
"np": "^7.6.2",
"zxpp": "^0.2.1"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
}
}