-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
34 lines (34 loc) · 788 Bytes
/
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
{
"name": "@sm003/autojs6-dts",
"version": "2.1.3",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepack": ""
},
"publishConfig": {
"ignore": []
},
"description": "TypeScript Declarations for AutoJs6",
"keywords": [
"autojs",
"autojs6",
"declarations"
],
"homepage": "http://autojs6.com",
"license": "MPL-2.0",
"author": {
"name": "SuperMonster003",
"url": "https://github.com/SuperMonster003/"
},
"main": "",
"repository": {
"type": "git",
"url": "git+https://github.com/SuperMonster003/AutoJs6-TypeScript-Declarations.git"
},
"bugs": {
"url": "https://github.com/SuperMonster003/AutoJs6-TypeScript-Declarations/issues"
},
"dependencies": {
"@sm003/autojs6-dts": "2.1.3"
}
}