-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.21 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "nulla",
"version": "0.9.9",
"description": "CLI for Nullstack fed by Nulla-chan powers and will",
"author": "GuiDevloper",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/GuiDevloper/nulla"
},
"main": "./dist/index.js",
"bin": {
"nulla": "./dist/index.js"
},
"files": [
"dist"
],
"keywords": [
"nullstack",
"cli"
],
"devDependencies": {
"@types/node": "^12.6.8",
"@types/prompts": "2.0.1",
"@types/rimraf": "3.0.0",
"@types/tar": "4.0.3",
"@types/validate-npm-package-name": "3.0.0",
"chalk": "2.4.2",
"cpy": "7.3.0",
"cross-spawn": "6.0.5",
"got": "10.7.0",
"prompts": "2.1.0",
"rimraf": "3.0.0",
"tar": "4.4.10",
"update-check": "1.5.4",
"validate-npm-package-name": "3.0.0",
"parcel": "2.5.0",
"commander": "8.3.0"
},
"scripts": {
"test": "jest --testTimeout=10000",
"start": "parcel watch",
"build": "rimraf ./dist/index.js && parcel build"
},
"targets": {
"index": {
"includeNodeModules": true,
"optimize": true,
"sourceMap": false,
"source": "index.ts",
"context": "node"
}
},
"engines": {
"node": ">= 12"
}
}