package.json

14 lines · 216 B

Open raw

Copy & run

wget https://perlytiara.github.io/turtles.tips/raw/programs/perlytiara/mastermine/package.json
1{
2 "name": "mastermine-builder",
3 "private": true,
4 "version": "0.0.0",
5 "license": "MIT",
6 "scripts": {
7 "build": "node scripts/build_bundle.js",
8 "check": "node scripts/build_bundle.js --check"
9 }
10}
11
12
13
14