UNPKG

unsuspected-hangeul

Version:

함수형 난해한 언어 '평범한 한글'의 명세와 구현체입니다. 평범한 한글 문장으로 보이는 프로그램을 짜보세요!

43 lines (42 loc) 1.09 kB
{ "name": "unsuspected-hangeul", "version": "0.8.2", "devDependencies": { "@jest/globals": "^29.5.0", "@types/josa": "^3.0.2", "complex.js": "^2.1.1", "eastasianwidth": "^0.2.0", "jest": "^29.5.0", "microbundle": "^0.15.1", "prettier": "^2.8.8", "ts-jest": "^29.1.0", "typescript": "^5.0.4" }, "repository": { "type": "git", "url": "git+https://github.com/dragonteros/unsuspected-hangeul.git" }, "keywords": [ "esoteric-language" ], "author": "dragonteros", "bugs": { "url": "https://github.com/dragonteros/unsuspected-hangeul/issues" }, "scripts": { "make-test": "python test/make_js_test.py", "test": "jest", "build": "microbundle ./pbhhg_js/src/main.ts", "format": "prettier --write pbhhg_js/src" }, "type": "module", "main": "./pbhhg_js/dist/main.cjs", "source": "./pbhhg_js/src/main.ts", "exports": "./pbhhg_js/dist/main.js", "module": "./pbhhg_js/dist/main.module.js", "types": "./pbhhg_js/dist/main.d.ts", "files": [ "./pbhhg_js/dist/*" ], "sideEffects": false }