rerumaccusamus
Version:
The meta-framework suite designed from scratch for frontend-focused modern web development.
95 lines (94 loc) • 2.5 kB
JSON
{
"name": "@modern-js/utils",
"description": "The meta-framework suite designed from scratch for frontend-focused modern web development.",
"homepage": "https://modernjs.dev",
"bugs": "https://github.com/modern-js-dev/modern.js/issues",
"repository": "modern-js-dev/modern.js",
"license": "MIT",
"keywords": [
"react",
"framework",
"modern",
"modern.js"
],
"version": "1.3.5",
"jsnext:source": "./src/index.ts",
"types": "./src/index.ts",
"main": "./dist/js/node/index.js",
"module": "./dist/js/treeshaking/index.js",
"jsnext:modern": "./dist/js/modern/index.js",
"exports": {
".": {
"node": {
"jsnext:source": "./src/index.ts",
"import": "./dist/js/modern/index.js",
"require": "./dist/js/node/index.js"
},
"default": "./dist/js/treeshaking/index.js"
},
"./format": {
"jsnext:source": "./src/format.ts",
"default": "./dist/js/treeshaking/format.js"
},
"./constants": {
"jsnext:source": "./src/constants.ts",
"default": "./dist/js/treeshaking/constants.js"
}
},
"typesVersions": {
"*": {
"format": [
"./dist/types/format.d.ts"
],
"constants": [
"./dist/types/constants.d.ts"
]
}
},
"scripts": {
"prepare": "pnpm build",
"prepublishOnly": "pnpm build -- --platform",
"new": "modern new",
"build": "modern build",
"test": "jest --passWithNoTests"
},
"dependencies": {
"@babel/runtime": "^7",
"@types/fs-extra": "^9.0.12",
"browserslist": "^4.16.7",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
"debug": "^4.3.2",
"filesize": "^7.0.0",
"fs-extra": "^10.0.0",
"glob": "^7.1.7",
"gzip-size": "^6.0.0",
"import-lazy": "^4.0.0",
"pkg-up": "^3.1.0",
"recursive-readdir": "^2.2.2",
"strip-ansi": "6.0.0",
"upath": "^2.0.1",
"yaml": "^1.10.2",
"execa": "5",
"typescript": "^4"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/fs-extra": "^9.0.12",
"@types/glob": "^7.1.4",
"@types/jest": "^26",
"@types/node": "^14",
"@types/recursive-readdir": "^2.2.0",
"webpack": "^5.54.0",
"@scripts/build": "workspace:*",
"jest": "^27",
"@scripts/jest-config": "workspace:*",
"@modern-js/types": "workspace:^1.3.5"
},
"sideEffects": false,
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
"types": "./dist/types/index.d.ts"
}
}