-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 841 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "mini-react-native",
"version": "1.0.0",
"description": "> **[中文文档](README_CN.md) | English**",
"main": ".prettierrc.js",
"directories": {
"doc": "docs",
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"build:watch": "rollup -c -w",
"clean": "rm -rf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zerosrat/mini-react-native.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zerosrat/mini-react-native/issues"
},
"homepage": "https://github.com/zerosrat/mini-react-native#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"rollup": "^4.53.2"
}
}