-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "@js-ni/medium-posts",
"version": "0.2.0",
"description": "",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.es.js",
"source": "src/index.js",
"scripts": {
"build": "microbundle --jsx React.createElement",
"prepare": "npm run build",
"start": "microbundle watch --jsx React.createElement"
},
"repository": {
"type": "git",
"url": "git+https://github.com/js-ni/js-ni-medium-posts.git"
},
"author": "Hosmel Quintana <[email protected]> (http://hosmelq.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/js-ni/js-ni-medium-posts/issues"
},
"homepage": "https://github.com/js-ni/js-ni-medium-posts#readme",
"dependencies": {
"@nerdify/styled-system-primitives": "0.1.0",
"ky": "0.11.0"
},
"devDependencies": {
"microbundle": "0.11.0"
},
"peerDependencies": {
"@emotion/styled": "^10.0.11",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"publishConfig": {
"access": "public"
}
}