-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 784 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": "@paulmillr/jsbt",
"version": "0.3.1",
"description": "JS build tools. Includes tsconfigs, templates and CI workflows",
"type": "module",
"files": [
"jsbt.js",
"tsconfig.cjs.json",
"tsconfig.esm.json"
],
"main": "jsbt.js",
"bin": {
"jsbt": "jsbt.js"
},
"scripts": {
"test": "echo 'No test'",
"test:bun": "echo 'No bun'",
"test:deno": "echo 'No deno'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paulmillr/jsbt.git"
},
"keywords": [
"js",
"tsconfig",
"build",
"tool",
"ci",
"esbuild"
],
"author": "Paul Miller",
"license": "MIT",
"bugs": {
"url": "https://github.com/paulmillr/jsbt/issues"
},
"homepage": "https://github.com/paulmillr/jsbt#readme"
}