-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 862 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
36
37
38
{
"name": "@aaronvanston/farm-lib",
"version": "1.0.1",
"main": "/lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/aaronvanston/farm-lib.git"
},
"author": "Aaron Vanston",
"license": "MIT",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w"
},
"devDependencies": {
"@rollup/plugin-run": "2.0.2",
"rollup": "2.26.2",
"@rollup/plugin-typescript": "4.1.1",
"tslib": "1.13.0",
"typescript": "3.8.3"
},
"description": "The farm library behind farm-cli",
"bugs": {
"url": "https://github.com/aaronvanston/farm-lib/issues"
},
"homepage": "https://github.com/aaronvanston/farm-lib#readme",
"directories": {
"lib": "lib"
},
"keywords": [
"farm",
"clicker",
"library"
]
}