-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
63 lines (63 loc) · 1.61 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": "@s4p/autojs-replace-inrt",
"version": "0.2.1",
"description": "",
"main": "index.js",
"bin": {
"autojs-replace-inrt": "./bin/autojs-replace-inrt"
},
"dependencies": {
"bluebird": "^3.7.2",
"fs-extra": "^8.1.0",
"tslib": "^1.10.0"
},
"devDependencies": {
"@ofa2/eslint-config": "^3.4.0",
"@types/bluebird": "^3.5.29",
"@types/fs-extra": "^8.0.1",
"@types/node": "^13.5.0",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"chalk": "^3.0.0",
"del": "^5.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-prettier": "^3.1.2",
"gulp": "^4.0.2",
"gulp-cached": "^1.1.1",
"gulp-eslint": "^6.0.0",
"gulp-filter": "^6.0.0",
"gulp-load-plugins": "^2.0.2",
"gulp-remember": "^1.0.1",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^6.0.0-alpha.1",
"node-notifier": "^6.0.0",
"nodemon": "^2.0.2",
"prettier": "^1.19.1",
"streamqueue": "^1.1.2",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"scripts": {
"start": "./node_modules/.bin/ts-node --project tsconfig.json --log-error --files index.ts",
"lint": "gulp lint",
"lint-fix": "./node_modules/.bin/eslint src/**/*.ts --fix",
"watch": "gulp",
"build": "gulp build"
},
"keywords": [
"Auto.js",
"auto.js",
"autojs",
"apk",
"app"
],
"author": "xinshangshangxin",
"license": "MIT",
"publishConfig": {
"access": "public"
}
}