generated from sheinsight/tpl-base
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.26 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.26 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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@shined/n-read-pkg",
"version": "1.0.1",
"description": "This is a universal standard template.",
"homepage": "https://github.com/sheinsight/tpl-base",
"packageManager": "pnpm@8.0.0",
"type": "module",
"exports": {
".": {
"import": "./es/index.js",
"default": "./es/index.js"
},
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sheinsight/tpl-base.git"
},
"files": [
"dist",
"es"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"engines": {
"node": ">=16.13.0"
},
"scripts": {
"build": "father build",
"test": "vitest",
"test:cov": "vitest run --coverage",
"bp": "np-grooming"
},
"keywords": [],
"author": {
"name": "ityuany"
},
"license": "MIT",
"dependencies": {
"is-builtin-module": "^3.2.1",
"read-pkg-up": "^9.1.0",
"resolve-from": "^5.0.0"
},
"devDependencies": {
"@shined/np-grooming": "^1.0.0",
"@vitest/coverage-c8": "^0.29.7",
"father": "^4.1.7",
"vitest": "^0.29.7"
},
"bugs": {
"url": "https://github.com/sheinsight/tpl-base/issues"
},
"readme": "ERROR: No README data found!",
"_id": "@shined/n-read-pkg@1.0.0"
}