-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.15 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
{
"name": "cssobj-helper",
"version": "0.1.22",
"description": "",
"main": "dist/cssobj-helper.cjs.js",
"jsnext:main": "dist/cssobj-helper.es.js",
"module": "dist/cssobj-helper.es.js",
"types": "lib/cssobj-helper.d.ts",
"typings": "lib/cssobj-helper.d.ts",
"scripts": {
"build": "tsc && rollup -c && uglifyjs dist/cssobj-helper.iife.js -cm -o dist/cssobj-helper.min.js",
"pretest": "npm run build",
"test": "mocha",
"report": "cd dist && gzip < cssobj-helper.min.js > cssobj-helper.min.gz && ls -lh && rm -f *.gz",
"make": "gulp bump && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cssobj/cssobj-helper.git"
},
"bugs": {
"url": "https://github.com/cssobj/cssobj-helper/issues"
},
"homepage": "https://github.com/cssobj/cssobj-helper#readme",
"author": "James Yang <[email protected]>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"chai": "^4.2.0",
"esm": "^3.0.5",
"mocha": "^6.1.4",
"rollup": "^0.68.2",
"typescript": "^3.5.2",
"uglify-js": "^3.6.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}