UNPKG

1.27 kBJSONView Raw
1{
2 "name": "@bearer/types",
3 "version": "0.95.0",
4 "description": "Provide typing for Bearer packages",
5 "main": "lib/index.js",
6 "types": "lib/index.d.ts",
7 "files": [
8 "lib/"
9 ],
10 "scripts": {
11 "clean": "rm -rf lib/",
12 "build": "tsc",
13 "start": "yarn build -w",
14 "test": "jest",
15 "test:ci": "jest --coverage --runInBand",
16 "prepare": "yarn clean && yarn build",
17 "prepack": "yarn clean && NODE_ENV=production yarn build"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/Bearer/bearer.git"
22 },
23 "keywords": [
24 "types",
25 "typescript",
26 "bearer"
27 ],
28 "author": "Bearer Team<engineering@bearer.sh>",
29 "license": "MIT",
30 "bugs": {
31 "url": "https://github.com/Bearer/bearer/issues"
32 },
33 "homepage": "https://github.com/Bearer/bearer#readme",
34 "devDependencies": {
35 "@types/jest": "^23.3.13",
36 "jest": "^23.6.0",
37 "ts-jest": "^23.10.5",
38 "typescript": "^3.2.4"
39 },
40 "jest": {
41 "transform": {
42 "^.+\\.tsx?$": "ts-jest"
43 },
44 "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
45 "moduleFileExtensions": [
46 "ts",
47 "tsx",
48 "js",
49 "jsx",
50 "json",
51 "node"
52 ]
53 },
54 "gitHead": "9fd1a2804431afb569b33e05210d7e3297a21403"
55}