-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1012 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
{
"name": "react-smart-key",
"version": "1.0.2",
"main": "dist/es5/index.js",
"jsnext:main": "dist/es2015/index.js",
"module": "dist/es2015/index.js",
"types": "dist/es5/index.d.ts",
"repository": "https://github.com/zzarcon/react-smart-key",
"author": "Hector Leon Zarco Garcia <[email protected]>",
"license": "MIT",
"devDependencies": {
"ts-react-toolbox": "^0.1.21"
},
"engines": {
"node": ">=8.5.0"
},
"scripts": {
"bootstrap": "ts-react-toolbox init",
"dev": "ts-react-toolbox dev",
"test": "ts-react-toolbox test",
"test:ci": "ts-react-toolbox test --runInBand --coverage",
"build": "ts-react-toolbox build",
"release": "ts-react-toolbox release",
"lint": "ts-react-toolbox lint",
"static": "ts-react-toolbox publish",
"format": "ts-react-toolbox format",
"analyze": "ts-react-toolbox analyze"
},
"files": [
"dist"
],
"keywords": [
"react",
"key",
"smart",
"string",
"list",
"react-key"
]
}