FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
feakin-web/packages/cli/package.json at master · feakin/feakin-web · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
feakin
/
feakin-web
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
100
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
feakin-web
/
packages
/
cli
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
45 lines (45 loc) · 1003 Bytes
Breadcrumbs
feakin-web
/
packages
/
cli
/
package.json
Copy path
File metadata and controls
45 lines (45 loc) · 1003 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
@feakin/cli
"
,
"version"
:
"
0.3.0
"
,
"description"
:
"
cli
"
,
"main"
:
"
src/index.js
"
,
"typings"
:
"
src/index.d.ts
"
,
"bin"
: {
"feakin"
:
"
./bin/feakin
"
},
"module"
:
"
build/src/index.js
"
,
"repository"
:
"
https://github.com/phodal/@feakin/cli
"
,
"license"
:
"
MIT
"
,
"keywords"
: [],
"scripts"
: {
"test"
:
"
react-scripts test --watchAll=false
"
},
"publishConfig"
: {
"directory"
:
"
dist
"
},
"dependencies"
: {
"@feakin/exporter"
:
"
^0.3.0
"
,
"@feakin/parser"
:
"
^0.3.0
"
,
"@types/jest"
:
"
^28.1.7
"
,
"@types/node"
:
"
^18.7.12
"
},
"jest"
: {
"transform"
: {
"^.+
\\
.[t|j]sx?$"
:
"
ts-jest
"
},
"transformIgnorePatterns"
: [
"
node_modules/(?!(roughjs|points-on-curve|path-data-parser|points-on-path|konva))
"
],
"resetMocks"
:
false
},
"files"
: [
"
bin/feakin
"
,
"
src/**
"
,
"
!**/*.spec.*
"
,
"
!**/*.json
"
,
"
CHANGELOG.md
"
,
"
LICENSE
"
,
"
README.md
"
],
"gitHead"
:
"
8c6457d2f5bf987f8edb6049e9a32813a2f50d80
"
}
Back
|
FazBrowse Home
|
New Git URL