-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.23 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
{
"name": "tinyjs-cli",
"enginName": "Tiny.js",
"version": "1.4.1",
"description": "Tiny.js 本地开发工具",
"homepage": "http://www.tinyjs.net",
"logo": "https://gw.alipayobjects.com/as/g/tiny/resources/1.0.0/images/logo.png",
"author": {
"name": "yiqi",
"email": "e@yufangjun.com"
},
"scripts": {
"lint": "eslint lib bin config"
},
"bin": {
"tiny": "./bin/cli"
},
"repository": {
"type": "git",
"url": "https://github.com/ant-tinyjs/tinyjs-cli.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"license": "MIT",
"devDependencies": {
"eslint": "~6.8.0",
"eslint-config-standard": "~6.0.1",
"eslint-plugin-promise": "~3.4.0",
"eslint-plugin-standard": "~2.0.1",
"mocha": "^2.2.5"
},
"dependencies": {
"basisu": "^1.2.1",
"camelcase": "~3.0.0",
"chalk": "^1.1.3",
"co": "^4.6.0",
"commander": "^7.1.0",
"fs-extra": "^3.0.1",
"glob": "~7.1.1",
"image-size": "^0.9.7",
"inquirer": "^3.0.6",
"lodash": "^4.17.21",
"moment": "^2.19.2",
"node-localstorage": "^1.3.0",
"npm-whoami": "^1.1.4",
"request": "^2.81.0",
"semver": "^5.3.0",
"shelljs": "^0.7.7",
"spritesheet-js": "^1.2.6"
}
}