UNPKG

2.24 kBJSONView Raw
1{
2 "name": "@tarojs/transformer-wx",
3 "version": "1.1.0-beta.1",
4 "description": "Transfrom Nerv Component to Wechat mini program.",
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/NervJS/taro.git"
8 },
9 "main": "index.js",
10 "files": [
11 "index.js",
12 "lib",
13 "cli.js",
14 "dist"
15 ],
16 "scripts": {
17 "test:cov": "jest --coverage && npm run lint",
18 "test": "jest",
19 "dev": "tsc -w --pretty",
20 "lint": "tslint",
21 "build": "tsc"
22 },
23 "author": "O2Team",
24 "license": "MIT",
25 "jest": {
26 "testEnvironment": "node",
27 "transform": {
28 "^.+\\.tsx?$": "ts-jest"
29 },
30 "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
31 "moduleFileExtensions": [
32 "ts",
33 "tsx",
34 "js",
35 "jsx",
36 "json",
37 "node"
38 ],
39 "testPathIgnorePatterns": [
40 "node_modules",
41 "utils"
42 ]
43 },
44 "dependencies": {
45 "@babel/code-frame": "^7.0.0-beta.44",
46 "babel-core": "^6.26.3",
47 "babel-plugin-danger-remove-unused-import": "^1.0.13",
48 "babel-plugin-remove-dead-code": "^1.3.2",
49 "babel-plugin-syntax-dynamic-import": "^6.18.0",
50 "babel-plugin-transform-class-properties": "^6.24.1",
51 "babel-plugin-transform-define": "^1.3.0",
52 "babel-plugin-transform-es2015-template-literals": "^6.22.0",
53 "babel-plugin-transform-flow-strip-types": "^6.22.0",
54 "babel-traverse": "^6.26.0",
55 "babel-types": "^6.26.0",
56 "html": "^1.0.0",
57 "lodash": "^4.17.5",
58 "prettier": "^1.14.2",
59 "typescript": "^3.0.1"
60 },
61 "devDependencies": {
62 "@tarojs/taro": "1.1.0-beta.1",
63 "@types/babel-core": "^6.25.5",
64 "@types/babel-generator": "^6.25.1",
65 "@types/babel-template": "^6.25.0",
66 "@types/babel-traverse": "6.25.3",
67 "@types/babel-types": "^6.25.2",
68 "@types/jest": "^22.2.3",
69 "@types/lodash": "^4.14.105",
70 "@types/node": "^9.6.2",
71 "jest": "^23.0.1",
72 "jest-cli": "^22.1.4",
73 "ts-jest": "^22.4.6",
74 "tslint": "^5.10.0",
75 "tslint-config-prettier": "^1.10.0",
76 "tslint-config-standard": "^7.0.0"
77 },
78 "publishConfig": {
79 "access": "public"
80 },
81 "bugs": {
82 "url": "https://github.com/NervJS/taro/issues"
83 },
84 "homepage": "https://github.com/NervJS/taro#readme"
85}