2020-10-31 21:04:06 +08:00

30 lines
657 B
JSON

{
"name": "@ali/datasource-jsonp-handler",
"version": "1.0.0-alpha.1",
"main": "lib/index.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
"files": [
"src",
"lib",
"es"
],
"scripts": {
"dev": "tsc --watch",
"clean": "rm -rf es lib",
"build": "npm run clean && tsc && tsc --outDir ./lib --module commonjs ",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@ali/lowcode-types": "1.0.13-alpha.1",
"jsonp": "^0.2.1",
"typescript": "^3.9.7"
},
"publishConfig": {
"registry": "https://registry.npm.alibaba-inc.com"
},
"devDependencies": {
"@types/jsonp": "^0.2.0"
}
}