forked from imcuttle/mometa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.07 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.07 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"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"
}
}