-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 833 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 833 Bytes
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
{
"name": "adamjs",
"version": "1.1.0",
"description": "JS库",
"main": "js/base.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "npx jest",
"coverage": "npx jest --coverage",
"bulid": "babel js -d dist",
"precommit": "npx jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wonghan/adamjs.git"
},
"author": "Han",
"license": "ISC",
"devDependencies": {
"@types/jest": "^22.2.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"husky": "^0.14.3",
"jest": "^22.4.2",
"jquery": "^3.3.1",
"standard": "^11.0.0"
},
"dependencies": {},
"keywords": [
"function"
],
"bugs": {
"url": "https://github.com/wonghan/adamjs/issues"
},
"homepage": "https://github.com/wonghan/adamjs#readme"
}