UNPKG

1.32 kBJSONView Raw
1{
2 "name": "jgb-preset-aliapp",
3 "version": "1.9.0",
4 "main": "lib/index.js",
5 "typings": "lib/index.d.ts",
6 "license": "MIT",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/jgbjs/jgb.git"
10 },
11 "files": [
12 "lib",
13 "typings"
14 ],
15 "homepage": "https://github.com/jgbjs/jgb",
16 "scripts": {
17 "build": "tsc -p tsconfig.json",
18 "clean": "rimraf ./lib",
19 "watch": "yarn run build --watch",
20 "prepublish": "yarn run clean && yarn run build && yarn run test",
21 "test": "jest --env=node --colors"
22 },
23 "dependencies": {
24 "chalk": "^2.4.1",
25 "debug": "^3.1.0",
26 "fast-glob": "^2.2.2",
27 "jgb-plugin-babel": "1.9.0",
28 "jgb-plugin-css": "1.9.0",
29 "jgb-plugin-html": "1.9.0",
30 "jgb-plugin-json": "1.9.0",
31 "jgb-shared": "1.9.0",
32 "tslib": "^1.9.3"
33 },
34 "devDependencies": {
35 "@tuhu/miniprogram-recycle-view": "^0.0.8",
36 "@types/debug": "^0.0.30",
37 "@types/fs-extra": "^5.0.5",
38 "@types/jest": "^23.3.12",
39 "@types/node": "12.12.6",
40 "jest": "^23.6.0",
41 "miniprogram-recycle-view": "^0.1.0",
42 "rimraf": "^2.6.2",
43 "ts-jest": "^23.10.5",
44 "tslint": "^5.11.0",
45 "tslint-config-prettier": "^1.14.0",
46 "tw-component": "^1.1.1",
47 "typescript": "^3.7.2"
48 },
49 "gitHead": "fbce2cc372287ce358c27cd10d06fae83478aa46"
50}