forked from neume-network/blueprints
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name": "@neume-network/crawl-path-blueprints",
"version": "0.0.1",
"description": "This repository contains tested crawl paths that can be used by neume network users to cookie-cut an indexing strategy.",
"main": "./src/",
"directories": {
"test": "test"
},
"scripts": {
"test": "ava --verbose --serial"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neume-network/crawl-path-blueprints.git"
},
"keywords": [
"blue",
"prints",
"music",
"nfts",
"neume",
"network",
"metadata",
"indexing"
],
"author": "Tim Daubenschütz <[email protected]> (https://timdaub.github.io/)",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/neume-network/crawl-path-blueprints/issues"
},
"homepage": "https://github.com/neume-network/crawl-path-blueprints#readme",
"devDependencies": {
"ava": "4.3.3",
"dotenv": "16.0.2"
},
"ava": {
"require": [
"dotenv/config"
]
},
"dependencies": {
"eth-fun": "0.9.1"
}
}