UNPKG

1.4 kBJSONView Raw
1{
2 "name": "nean",
3 "version": "2.1.0",
4 "description": "js framework for neat and lean components",
5 "main": "./dist/index.js",
6 "exports": "./dist/index.js",
7 "types": "./dist/index.d.ts",
8 "scripts": {
9 "build": "rollup -c",
10 "watch": "rollup -cw",
11 "test": "mocha -r ts-node/register/transpile-only --full-trace 'test/**/*.ts'",
12 "coverage": "nyc npm test"
13 },
14 "files": [
15 "dist",
16 "types"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/sovrin/nean.git"
21 },
22 "author": {
23 "name": "Oleg Kamlowski",
24 "email": "oleg.kamlowski@thomann.de"
25 },
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/sovrin/nean/issues"
29 },
30 "homepage": "https://github.com/sovrin/nean#readme",
31 "devDependencies": {
32 "@rollup/plugin-commonjs": "^19.0.0",
33 "@rollup/plugin-node-resolve": "^13.0.0",
34 "@rollup/plugin-typescript": "^8.2.1",
35 "@types/mocha": "^8.2.2",
36 "@types/node": "^15.12.4",
37 "@types/proxyquire": "^1.3.28",
38 "@types/react": "^16",
39 "mocha": "^8.4.0",
40 "nyc": "^15.1.0",
41 "proxyquire": "^2.1.3",
42 "react": "^16",
43 "rollup": "^2.52.1",
44 "ts-node": "^10.0.0",
45 "tslib": "^2.3.0",
46 "typescript": "^4.3.4"
47 },
48 "peerDependencies": {
49 "react": ">=16"
50 },
51 "dependencies": {
52 "@thomann/classnames": "^1.2.1"
53 }
54}