-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 959 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
35
{
"name": "doi-prop-type",
"version": "1.1.0",
"description": "React Prop Types DOI Validator",
"main": "./dist/index.js",
"scripts": {
"test": "jest",
"build": "babel -d dist/ lib/ --ignore \"**/*.test.js\"",
"lint": "eslint --ext .js .",
"clean": "rm -rf dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenBookPublishers/doi-prop-type.git"
},
"keywords": [
"react",
"prop-types"
],
"author": "Javier Arias <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenBookPublishers/doi-prop-type/issues"
},
"homepage": "https://github.com/OpenBookPublishers/doi-prop-type#readme",
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"eslint": "^8.23.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^29.0.2"
}
}