-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 899 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
{
"name": "inline-js-default-transforms",
"version": "0.1.2",
"description": "Builtin transformers for inline-js",
"author": "eight04 <[email protected]>",
"license": "MIT",
"eslintIgnore": [
"coverage"
],
"scripts": {
"lint": "eslint **/*.js --cache",
"test": "npm run lint && c8 --reporter lcov mocha",
"preversion": "npm test",
"postversion": "git push --follow-tags && npm publish"
},
"files": [],
"main": "index.js",
"dependencies": {
"clean-css": "^4.2.3",
"mime": "^2.4.6"
},
"peerDependencies": {
"inline-js-core": "*"
},
"devDependencies": {
"c8": "^7.1.2",
"dataurl": "^0.1.0",
"endent": "^2.0.1",
"eslint": "^7.2.0",
"inline-js-core": "^0.5.0",
"inline-js-default-resources": "^0.1.0",
"mocha": "^7.2.0",
"tempdir-yaml": "^0.3.0"
},
"repository": "eight04/inline-js-default-transforms"
}