@remax/build-store
Version:
使用真正的 React 构建跨平台小程序
37 lines (36 loc) • 832 B
JSON
{
"name": "@remax/build-store",
"version": "2.15.14",
"description": "使用真正的 React 构建跨平台小程序",
"author": "Wei Zhu <yesmeck@gmail.com>",
"homepage": "https://remaxjs.org",
"license": "MIT",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git@github.com:remaxjs/remax.git"
},
"scripts": {
"clean": "rimraf lib tsconfig.tsbuildinfo",
"prebuild": "npm run clean",
"build": "tsc",
"test:debug": "npx --node-arg=--inspect-brk jest -i"
},
"dependencies": {
"@remax/shared": "2.15.14"
},
"devDependencies": {
"@remax/types": "2.15.14"
},
"publishConfig": {
"access": "public"
},
"gitHead": "a3ec705c539da57c22d6ddab6b3b72c2fe2e93c2"
}