utquidem
Version:
The meta-framework suite designed from scratch for frontend-focused modern web development.
21 lines (20 loc) • 422 B
JSON
{
"name": "@scripts/codemod",
"private": true,
"version": "0.0.0",
"scripts": {
"build": "modern build"
},
"devDependencies": {
"btsm": "2.2.2",
"glob": "^7.2.0",
"@types/node": "^14",
"@types/glob": "^7.1.4",
"@modern-js/tsconfig": "workspace:*",
"@scripts/build": "workspace:*"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}