UNPKG

1.22 kBJSONView Raw
1{
2 "name": "@bagubagu/utils",
3 "version": "1.1.0",
4 "description": "Bagubagu Utilities",
5 "main": "lib/index.js",
6 "typings": "lib/index",
7 "module": "lib.es2015/index.js",
8 "jsnext.main": "lib.es2015/index.js",
9 "scripts": {
10 "build": "tsc -p . && tsc -p tsconfig.es2015.json && webpack && webpack --optimize-minimize",
11 "preversion": "npm run build",
12 "postversion": "git push --follow-tags && npm publish --access=public",
13 "test": "jest"
14 },
15 "jest": {
16 "roots": [
17 "<rootDir>/src"
18 ],
19 "transform": {
20 ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
21 },
22 "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
23 "moduleFileExtensions": [
24 "ts",
25 "tsx",
26 "js",
27 "json"
28 ]
29 },
30 "repository": {
31 "url": "https://github.com/bagubagu/utils.git",
32 "type": "git"
33 },
34 "author": "Bagubagu Studio (https://bagubagu.com)",
35 "license": "MIT",
36 "devDependencies": {
37 "@types/faker": "^4.1.0",
38 "@types/firebase": "^2.4.31",
39 "@types/jest": "^19.2.2",
40 "@types/node": "^7.0.13",
41 "jest": "^19.0.2",
42 "ts-jest": "^19.0.10",
43 "ts-node": "^3.0.2",
44 "typescript": "^2.2.2",
45 "webpack": "^2.4.1"
46 }
47}