forked from apify/apify-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 898 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
{
"name": "apify-docs",
"version": "0.0.1",
"description": "This is a home of Apify documentation.",
"main": "index.js",
"scripts": {
"build": "node ./src/build.js",
"test": "npm run test",
"lint": "./node_modules/.bin/eslint .",
"lint:fix": "./node_modules/.bin/eslint . --ext .js,.jsx --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apifytech/apify-docs.git"
},
"keywords": [
"documentation",
"apify"
],
"author": "Marek Trunkát",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apifytech/apify-docs/issues"
},
"homepage": "https://github.com/apifytech/apify-docs#readme",
"dependencies": {
"@apify/eslint-config": "0.0.2",
"apify-shared": "^0.1.55",
"eslint": "^6.1.0",
"fs-extra": "^8.1.0",
"markdown-yaml-metadata-parser": "^2.0.1",
"underscore": "^1.9.1"
}
}