UNPKG

1.58 kBJSONView Raw
1{
2 "name": "@drops-developers/intersection",
3 "version": "0.11.13",
4 "description": "Drops payload types between frontent and backend",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "scripts": {
8 "build": "rm -rf dist && tsc",
9 "test": "jest",
10 "tslint": "tslint --project tsconfig.json --exclude '**/*.js'"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/languagedrops/intersection.git"
15 },
16 "devDependencies": {
17 "@types/jest": "^23.0.0",
18 "babel-core": "^6.26.3",
19 "babel-jest": "^23.0.1",
20 "jest": "^23.1.0",
21 "ts-jest": "^23.10.4",
22 "tslint": "^5.9.1",
23 "tslint-eslint-rules": "^4.1.1",
24 "tslint-immutable": "^4.7.0",
25 "tslint-no-circular-imports": "^0.2.0",
26 "tslint-react": "^3.2.0",
27 "typescript": "^3.0.3"
28 },
29 "jest": {
30 "bail": true,
31 "modulePaths": [
32 "<rootDir>"
33 ],
34 "transform": {
35 "^.+\\.js$": "<rootDir>/node_modules/babel-jest",
36 "^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
37 },
38 "testRegex": "(/(tests|e2e)/.*\\.(test|spec))\\.(jsx?|tsx?)$",
39 "testPathIgnorePatterns": [
40 "<rootDir>/dist/",
41 "<rootDir>/node_modules/"
42 ],
43 "moduleFileExtensions": [
44 "ts",
45 "tsx",
46 "js",
47 "json"
48 ],
49 "globals": {
50 "ts-jest": {
51 "useBabelrc": false
52 }
53 }
54 },
55 "bugs": {
56 "url": "https://github.com/languagedrops/intersection/issues"
57 },
58 "homepage": "https://github.com/languagedrops/intersection#readme",
59 "author": "drops-developers",
60 "license": "ISC"
61}