6
6
"main" : " index.js" ,
7
7
"types" : " index.d.ts" ,
8
8
"type" : " module" ,
9
- "bin" : {
10
- "truwrap" : " ./truwrap.js"
11
- },
12
9
"files" : [
13
10
" index.js" ,
14
11
" index.d.ts" ,
22
19
"owner" : " The Bespoke Pixel"
23
20
},
24
21
"scripts" : {
25
- "build" : " rollup -c && chmod 755 truwrap.js && npm run readme" ,
22
+ "build" : " rollup -c && npm run readme" ,
26
23
"test" : " xo && c8 --reporter=text ava --timeout 2m" ,
27
24
"doc-serve" : " documentation serve --watch --theme node_modules/documentation-theme-bespoke --github --config src/docs/documentation.yml --project-name $npm_package_name --project-version $npm_package_version src/index.js" ,
28
25
"doc-build" : " documentation build --format html --output docs --theme node_modules/documentation-theme-bespoke --github --config src/docs/documentation.yml --project-name $npm_package_name --project-version $npm_package_version src/index.js" ,
33
30
},
34
31
"devDependencies" : {
35
32
"@rollup/plugin-commonjs" : " ^21.0.1" ,
36
- "@rollup/plugin-json" : " ^4.1.0" ,
37
33
"@rollup/plugin-node-resolve" : " ^13.0.6" ,
38
34
"@types/estree" : " ^0.0.50" ,
39
35
"ava" : " ^4.0.0-rc.1" ,
40
36
"c8" : " ^7.10.0" ,
41
37
"documentation-theme-bespoke" : " ^2.0.12" ,
42
- "nyc" : " ^15.1.0" ,
43
38
"rollup" : " ^2.59.0" ,
44
39
"rollup-plugin-cleanup" : " ^3.2.1" ,
45
- "semver-regex" : " ^4.0.2" ,
46
40
"xo" : " ^0.46.3"
47
41
},
48
42
"dependencies" : {
51
45
"@thebespokepixel/string" : " ^2.0.1" ,
52
46
"ansi-regex" : " ^6.0.1" ,
53
47
"columnify" : " ^1.5.4" ,
54
- "common-tags" : " ^1.8.0" ,
55
- "es6-promisify" : " ^7.0.0" ,
56
- "get-stdin" : " ^9.0.0" ,
57
48
"lodash" : " ^4.17.21" ,
58
- "os-locale" : " ^6.0.1" ,
59
- "read-pkg" : " ^7.0.0" ,
60
- "read-pkg-up" : " ^9.0.0" ,
61
- "term-ng" : " ^3.0.3" ,
62
- "trucolor" : " ^2.0.4" ,
63
- "update-notifier" : " ^5.1.0" ,
64
- "verbosity" : " ^3.0.2" ,
65
- "yargs" : " ^17.2.1"
49
+ "read-pkg" : " ^7.0.0"
66
50
},
67
51
"engines" : {
68
52
"node" : " >=14.0"
89
73
"esnext" : true ,
90
74
"ignores" : [
91
75
" index.js" ,
92
- " truwrap.js" ,
93
76
" index.d.ts" ,
94
77
" docs/**" ,
95
78
" coverage/**"
151
134
]
152
135
]
153
136
}
154
- }
137
+ }
0 commit comments