-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 912 Bytes
/
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
{
"name": "formlessly",
"version": "0.0.2",
"main": "dist/cjs/index.js",
"author": "chrisvdm <nymanchristine@gmail.com>",
"license": "MIT",
"oftherivier": {
"type": "react",
"src": "src/js/index.js",
"extensions": [
"@oftherivier/ui-tools"
]
},
"renovate": {
"extends": [
"github>oftherivier/tools"
]
},
"scripts": {
"build": "otr build",
"lint": "otr lint",
"format": "otr format",
"release": "otr release",
"start": "otr start",
"test": ":",
"checks": "yarn lint && yarn test"
},
"type": "commonjs",
"module": "dist/mjs/index.js",
"exports": {
"import": "dist/mjs/index.js",
"require": "dist/cjs/index.js"
},
"devDependencies": {
"@oftherivier/tools": "0.1.43",
"@oftherivier/ui-tools": "0.1.4",
"react": "17.0.2"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0 || ^17.0.0"
}
}