You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
466 B
20 lines
466 B
{
|
|
"name": "svgaplayer-weapp",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/svgaplayer.weapp.js",
|
|
"typings": "svgaplayer-weapp.d.ts",
|
|
"scripts": {
|
|
"build": "node build.js > ./dist/svgaplayer.weapp.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"miniprogram": "dist",
|
|
"devDependencies": {
|
|
"@types/wechat-miniprogram": "^3.3.0",
|
|
"browserify": "^17.0.0",
|
|
"tinyify": "^3.0.0",
|
|
"tsify": "^5.0.4",
|
|
"typescript": "^4.3.2"
|
|
}
|
|
}
|
|
|