@mometa/materials-resolver
Version:
Resolve materials config
47 lines (46 loc) • 1.15 kB
JSON
{
"name": "@mometa/materials-resolver",
"version": "0.0.33",
"publishConfig": {
"access": "public"
},
"author": "余聪 <yucong@yuanfudao.com>",
"description": "Resolve materials config",
"main": "lib",
"types": "types",
"module": "es",
"files": [
"lib",
"es",
"types"
],
"scripts": {
"test": "../../scripts/run test",
"build": "../../scripts/run build",
"packlimit": "../../scripts/run packlimit",
"dev": "npm run build -- --watch",
"prepare": "npm run build",
"prepublishOnly": "npm run packlimit && ../../scripts/run pkgxo --submit",
"postpublish": "../../scripts/run pkgxo --reset",
"version": "npm test && npm run packlimit"
},
"dependencies": {
"find-up": "^5.0.0",
"globby": "^11.0.4"
},
"devDependencies": {
"@mometa/materials-generator": "^0.0.33"
},
"keywords": [
"余聪",
"materials-resolver",
"imcuttle",
"mometa"
],
"repository": {
"type": "git",
"url": "git+https://github.com/imcuttle/mometa.git",
"directory": "packages/materials-resolver"
},
"gitHead": "7ed35f9c5edf5db6a94d872c994af23fe574badb"
}