UNPKG

bananass

Version:

Baekjoon Framework for JavaScript.🍌

111 lines (110 loc) 2.76 kB
{ "name": "bananass", "version": "0.7.0", "type": "module", "description": "Baekjoon Framework for JavaScript.🍌", "exports": { ".": { "types": "./build/core/types/index.d.ts" }, "./commands": { "types": "./build/commands/index.d.ts", "default": "./src/commands/index.js" }, "./core/constants": { "types": "./build/core/constants.d.ts", "default": "./src/core/constants.js" }, "./core/types": { "types": "./build/core/types/index.d.ts", "default": "./src/core/types/index.js" }, "./package.json": "./package.json" }, "typesVersions": { "*": { "*": [ "./build/*" ], ".": [ "./build/core/types/index.d.ts" ], "commands": [ "./build/commands/index.d.ts" ], "core/constants": [ "./build/core/constants.d.ts" ], "core/types": [ "./build/core/types/index.d.ts" ] } }, "bin": { "b": "src/cli.js", "bananass": "src/cli.js" }, "files": [ "src", "build", "LICENSE.md", "README.md", "!src/**/*.test.{js,ts}", "!**/fixtures/**" ], "keywords": [ "bananass", "bananas", "banana", "baekjoon", "framework", "javascript", "typescript" ], "author": "lumir <rpfos@naver.com> (https://github.com/lumirlumir)", "funding": "https://github.com/sponsors/lumirlumir", "license": "MIT", "homepage": "https://bananass.lumir.page", "repository": { "type": "github", "url": "git+https://github.com/lumirlumir/npm-bananass.git", "directory": "packages/bananass" }, "bugs": { "url": "https://github.com/lumirlumir/npm-bananass/issues" }, "engines": { "node": "^20.19.0 || ^22.13.0 || >=24.0.0" }, "publishConfig": { "provenance": true }, "scripts": { "prepublishOnly": "npm run build", "build": "tsc && node ../../scripts/cp.js ../../LICENSE.md LICENSE.md ../../README.md README.md", "test": "npm run test:types && npm run test:unit", "test:types": "tsc -p ./tsconfig.test.json", "test:unit": "node --experimental-test-module-mocks --test", "dev": "node src/cli.js" }, "dependencies": { "@babel/core": "^7.29.7", "@babel/plugin-transform-modules-commonjs": "^7.29.7", "@babel/plugin-transform-typescript": "^7.29.7", "@babel/preset-env": "^7.29.7", "babel-loader": "^10.1.1", "bananass-utils-console": "^0.7.0", "commander": "^14.0.3", "defu": "^6.1.7", "enhanced-resolve": "^5.21.0", "envinfo": "^7.21.0", "jiti": "^2.7.0", "open": "^10.2.0", "webpack": "^5.107.1", "zod": "^4.4.2" }, "devDependencies": { "@types/babel__core": "^7.20.5", "@types/envinfo": "^7.8.4" } }