-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
50 lines (50 loc) · 1.12 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
45
46
47
48
49
50
{
"name": "@pectin/api",
"version": "4.0.5",
"description": "Conventional rollup builds for lerna monorepos",
"keywords": [
"rollup",
"build",
"lerna",
"monorepo"
],
"author": "Daniel Stockman <[email protected]>",
"homepage": "https://github.com/evocateur/pectin/tree/latest/packages/pectin-api#readme",
"license": "ISC",
"main": "dist/pectin-api.js",
"types": "dist/pectin-api.d.ts",
"files": [
"auto.js",
"dist"
],
"engines": {
"node": ">=8.9"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evocateur/pectin.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"peerDependencies": {
"rollup": ">=1.12.0"
},
"dependencies": {
"@lerna/project": "^3.0.0",
"@lerna/run-topologically": "^3.16.0",
"@pectin/core": "file:../pectin-core",
"@schemastore/package": "^0.0.5",
"dot-prop": "^5.1.0",
"globby": "^10.0.1"
},
"devDependencies": {
"tacks": "^1.3.0",
"tempy": "^0.3.0",
"touch": "^3.1.0",
"ts-jest": "^24.2.0"
}
}