mirror of https://github.com/alibaba/ice.git
30 lines
617 B
JSON
30 lines
617 B
JSON
{
|
|
"name": "@ice/style-import",
|
|
"version": "1.1.0",
|
|
"description": "automatic import style by transform code",
|
|
"type": "module",
|
|
"scripts": {
|
|
"watch": "tsc -w --sourceMap",
|
|
"build": "tsc"
|
|
},
|
|
"main": "./esm/index.js",
|
|
"types": "./esm/index.d.ts",
|
|
"author": "",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "http",
|
|
"url": "https://github.com/alibaba/ice/tree/master/packages/transform-import"
|
|
},
|
|
"dependencies": {
|
|
"rs-module-lexer": "^2.3.0",
|
|
"magic-string": "^0.27.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"esm",
|
|
"!esm/**/*.map"
|
|
]
|
|
}
|