A-SW Hub / Repositories
Local Gitea · READ ONLY
← 저장소 Repositories
REPOSITORY

via/asw-service-platform Private

[참조 MVP] A-SW 공유·협업 서비스 플랫폼 — 컴포넌트 릴리스의 제출·검증·승인·공개 생명주기를 집행하는 플랫폼 코어입니다.

https://git.agrithing.ai/via/asw-service-platform.git
7 commits
11 items · main
·/ package.json
json · 220 B · 57b5725 Download
{  "name": "via-asw-service-platform",  "version": "0.2.0",  "private": true,  "type": "module",  "scripts": {    "check": "node --check src/component.mjs",    "test": "node --test tests/component.test.mjs"  }}