-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 930 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
{
"name": "shex-examples",
"version": "0.1.0",
"description": "Shape Expressions example schemas",
"author": {
"name": "Eric Prud'hommeaux",
"email": "[email protected]",
"url": "http://www.w3.org/People/Eric/"
},
"keywords": [
"shex",
"shape expressions",
"rdf",
"query"
],
"license": "MIT",
"main": "./shex-examples.js",
"dependencies": {},
"scripts": {
"postpublish" : "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags",
"test": "echo This repo has no tests but you can test it with e.g. @shexjs/cli and @shexjs/webapp"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/shexSpec/examples"
},
"bugs": {
"url": "https://github.com/shexSpec/examples/issues"
}
}