- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
17 lines (17 loc) · 497 Bytes
/
Copy pathpackage.json
File metadata and controls
17 lines (17 loc) · 497 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "bam-dev",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "개념을 이해하고 직접 구현하며 성장하는 개발 학습 가이드",
"scripts": {
"dev": "node scripts/dev-server.mjs",
"build": "node scripts/build.mjs",
"test": "node scripts/run-tests.mjs",
"validate:content": "node scripts/validate-content.mjs",
"check": "npm run validate:content && npm test && npm run build"
},
"engines": {
"node": ">=20"
}
}