-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 967 Bytes
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 967 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
{
"name": "@ifyour/ipac",
"version": "1.0.12",
"description": "🗻 Self-use mainland China domain whitelist, full of bias.",
"main": "./dist/index.js",
"scripts": {
"build": "node ./src/build.js",
"release": "git add . && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ifyour/ipac.git"
},
"keywords": [
"pac",
"china-whiltelist-url"
],
"author": "ifyour",
"license": "The WTFPL License",
"bugs": {
"url": "https://github.com/ifyour/ipac/issues"
},
"homepage": "https://github.com/ifyour/ipac#readme",
"eslintConfig": {
"extends": "eslint-config-ifyour"
},
"dependencies": {
"date-fns": "^2.12.0",
"date-fns-tz": "^1.0.10",
"yamljs": "^0.3.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-ifyour": "^1.0.6"
}
}