Scriptables/package.json

20 lines
378 B
JSON
Raw Permalink Normal View History

2022-06-02 17:00:01 +08:00
{
"name": "t-iosapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node app"
},
"author": "taolin",
"license": "ISC",
"dependencies": {
"@types/scriptable-ios": "^1.6.1",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"javascript-obfuscator": "^2.9.4",
"multer": "^1.4.2",
"chalk": "4.1.2"
}
}