main
Last change
on this file since 142c0f8 was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
836 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "find-yarn-workspace-root",
|
---|
3 | "version": "2.0.0",
|
---|
4 | "description": "Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com",
|
---|
5 | "repository": {
|
---|
6 | "type": "git",
|
---|
7 | "url": "https://github.com/square/find-yarn-workspace-root.git"
|
---|
8 | },
|
---|
9 | "main": "index.js",
|
---|
10 | "types": "index.d.ts",
|
---|
11 | "author": "Square, Inc.",
|
---|
12 | "license": "Apache-2.0",
|
---|
13 | "scripts": {
|
---|
14 | "lint": "yarn lint:js",
|
---|
15 | "lint:js": "eslint .",
|
---|
16 | "test": "mocha tests/**/*-test.js",
|
---|
17 | "commitmsg": "commitlint -e $GIT_PARAMS"
|
---|
18 | },
|
---|
19 | "files": [
|
---|
20 | "index.d.ts"
|
---|
21 | ],
|
---|
22 | "dependencies": {
|
---|
23 | "micromatch": "^4.0.2"
|
---|
24 | },
|
---|
25 | "devDependencies": {
|
---|
26 | "@commitlint/cli": "^7",
|
---|
27 | "@commitlint/config-conventional": "^7",
|
---|
28 | "chai": "^4.2.0",
|
---|
29 | "eslint": "^6.8.0",
|
---|
30 | "husky": "^3",
|
---|
31 | "mocha": "^7",
|
---|
32 | "standard-version": "^4"
|
---|
33 | }
|
---|
34 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.