UNPKG

1.16 kBJSONView Raw
1{
2 "name": "@napred/ds",
3 "version": "0.5.2",
4 "main": "dist/ds.cjs.js",
5 "umd:main": "dist/ds.umd.js",
6 "jsnext:main": "dist/ds.m.js",
7 "module": "dist/ds.m.js",
8 "typings": "dist/index.d.js",
9 "keywords": [
10 "react",
11 "design-system",
12 "css-in-js",
13 "ui"
14 ],
15 "contributors": [
16 {
17 "name": "Michal Kvasničák",
18 "url": "https://github.com/michalkvasnicak"
19 },
20 {
21 "name": "Juraj Hríb",
22 "url": "https://github.com/jurajhrib"
23 }
24 ],
25 "files": [
26 "dist"
27 ],
28 "publishConfig": {
29 "access": "public"
30 },
31 "license": "MIT",
32 "peerDependencies": {
33 "@types/react": "^16.7.13",
34 "react": "^16.7.0-alpha.2 || >=16.7.0"
35 },
36 "devDependencies": {
37 "react-dom": "^16.7.0-alpha.2 || >=16.7.0",
38 "react-testing-library": "^5.3.0",
39 "typescript": "^3.2.2"
40 },
41 "gitHead": "252ba6bf05a1e0e648c0c1065e8efa67d64428ad",
42 "scripts": {
43 "build": "npx tsc && rollup -c",
44 "lint": "tslint -p .",
45 "prebuild": "rimraf dist temp",
46 "prepublishOnly": "npm run build",
47 "test": "jest",
48 "test:watch": "jest --watch",
49 "typecheck": "tsc --noEmit"
50 },
51 "sideEffects": false
52}