-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1014 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
39
40
41
{
"version": "3.1.0",
"name": "jyf-color-crafter",
"description": "jyf-color-crafter is a color manipulation library",
"url": "https://github.com/juyufeng/jyf-color-crafter",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/juyufeng/jyf-color-crafter.git"
},
"keywords": [
"color",
"parser",
"JyfColorCrafter"
],
"author": "juyufeng <[email protected]>",
"bugs": {
"url": "https://github.com/juyufeng/jyf-color-crafter/issues"
},
"module": "es6/JyfColorCrafter.js",
"main": "ejs/JyfColorCrafter.js",
"browser": "ejs/JyfColorCrafter.js",
"exports": {
".": {
"import": "./es6/JyfColorCrafter.js",
"require": "./ejs/JyfColorCrafter.js"
}
},
"scripts": {
"build": "node build.js"
},
"devDependencies": {
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"chalk": "2.4.2",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"runjs": "^4.1.3"
}
}