-
Notifications
You must be signed in to change notification settings - Fork 451
/
package.json
63 lines (63 loc) · 2.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "we-cropper",
"version": "1.4.0",
"description": "weapp,cropper,canvas",
"main": "dist/we-cropper.js",
"types": "types/we-cropper.d.ts",
"directories": {
"example": "example"
},
"scripts": {
"build": "node scripts/build/build.js",
"dev": "rollup -w -c scripts/build/config.js",
"lint": "./node_modules/.bin/eslint --fix src test example",
"test": "npm run lint && npm run test:types && npm run test:unit",
"test:unit": "./node_modules/mocha/bin/mocha --compilers js:babel-core/register",
"test:types": "npx tsc -p ./types/test/tsconfig.json",
"before-release": "npm run build && npm run test",
"release:core": "sh ./scripts/release/release.sh",
"release:packages": "npm run before-release && ./node_modules/.bin/lerna publish",
"postinstall": "opencollective-postinstall"
},
"repository": {
"type": "git",
"url": "[email protected]:we-plugin/we-cropper.git"
},
"author": "dlhandsome",
"license": "MIT",
"bugs": {
"url": "https://github.com/we-plugin/we-cropper/issues"
},
"homepage": "https://github.com/we-plugin/we-cropper#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"eslint": "^4.13.1",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"lerna": "^2.11.0",
"mocha": "^4.0.1",
"rollup": "^0.50.0",
"rollup-plugin-buble": "^0.16.0",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-copy": "^0.2.3",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-replace": "^2.0.0",
"typescript": "^3.0.1",
"uglify-js": "^3.1.10"
},
"dependencies": {
"base-64": "^0.1.0",
"opencollective-postinstall": "^2.0.2",
"opencollective": "^1.0.3"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/we-cropper"
}
}