utquidem
Version:
The meta-framework suite designed from scratch for frontend-focused modern web development.
20 lines (19 loc) • 395 B
JSON
{
"name": "@scripts/build",
"private": true,
"version": "0.0.0",
"main": "./src/index.js",
"bin": {
"modern": "./bin/modern.js",
"only-allow-pnpm": "./bin/only-allow-pnpm.js"
},
"devDependencies": {
"btsm": "2.2.2",
"@types/jest": "^26",
"@types/node": "^14"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}