forked from sinclairzx81/typescript-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 862 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
{
"name": "typescript-bundle",
"version": "1.0.17",
"description": " A zero configuration bundling tool for TypeScript.",
"scripts": {
"clean": "smoke-task clean",
"amd-loaders": "node tasks amd_loaders",
"build": "smoke-task build",
"pack": "smoke-task pack",
"spec": "smoke-task spec",
"test": "npm run spec",
"install-cli": "smoke-task install_cli",
"uninstall-cli": "smoke-task uninstall_cli"
},
"bin": {
"tsc-bundle": "./tsc-bundle"
},
"preferGlobal": true,
"keywords": [
"typescript",
"bundle"
],
"repository": {
"type": "git",
"url": "https://github.com/sinclairzx81/typescript-bundle"
},
"author": "sinclairzx81",
"license": "MIT",
"devDependencies": {
"@types/node": "^14.14.7",
"smoke-run": "^1.0.0",
"smoke-task": "^1.1.2",
"typescript": "^4.0.5"
}
}