generated from ant-js/ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.04 KB
/
package.json
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
{
"private": false,
"name": "random-smiley",
"version": "1.0.0",
"scripts": {
"build": "father-build",
"format": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"prepublishOnly": "npm run build && np --yolo --no-publish",
"lint": "eslint src/ --ext .tsx,.ts",
"all": "npm run build && npm run lint"
},
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/ant-js/random-smiley",
"branch": "main"
},
"author": "xrkffgg",
"homepage": "https://github.com/ant-js/random-smiley",
"keywords": [
"ts",
"emoji"
],
"files": [
"dist",
"README.md",
"CHANGELOG.md"
],
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.5",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.14.170",
"@umijs/fabric": "^2.2.2",
"eslint": "^7.15.0",
"father-build": "^1.17.2",
"np": "^7.0.0",
"prettier": "^2.2.1",
"typescript": "^4.1.2"
}
}