UNPKG

nkd-factory

Version:
63 lines (62 loc) 1.63 kB
{ "name": "nkd-factory", "version": "0.3.5", "description": "JavaScript base factory", "author": "NKDuy", "license": "MIT", "private": false, "repository": { "type": "git", "url": "https://github.com/khanhduy1407/nkd-factory" }, "keywords": [ "javascript bundler", "typescript bundler", "zero config bundler", "kdu component bundler", "kdu sfc bundler", "rollup", "webpack" ], "files": [ "bin", "lib", "preset" ], "scripts": { "release": ". ./scripts/release.sh" }, "bin": { "nkd": "bin/nkd.js" }, "dependencies": { "@babel/core": "^7.8.7", "@babel/preset-env": "^7.9.0", "@rollup/plugin-alias": "^3.0.1", "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-json": "^4.0.2", "@rollup/plugin-replace": "^2.3.1", "@types/jest": "^25.1.4", "@typescript-eslint/eslint-plugin": "^2.25.0", "@typescript-eslint/parser": "^2.25.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^25.1.0", "consola": "^2.11.3", "eslint": "^6.8.0", "eslint-plugin-kdu": "^8.7.1-rc.0", "global": "^4.4.0", "jest": "^25.1.0", "kdu-template-compiler": "^2.6.14-alpha.1", "nrm": "^1.2.1", "rollup": "^2.0.6", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-buble": "^0.19.8", "rollup-plugin-eslint": "^7.0.0", "rollup-plugin-kdu": "^5.1.6", "rollup-plugin-postcss": "^2.4.1", "rollup-plugin-terser": "^5.3.0", "rollup-plugin-typescript2": "^0.26.0", "ts-jest": "^25.2.1", "tslib": "^1.11.1" } }