js-shim.ahk
Version:
提供`javascript`部分功能模拟。
43 lines (42 loc) • 1.03 kB
JSON
{
"author": "Mimiko Phonowell <phnonwell@gmail.com>",
"bugs": {
"url": "https://github.com/phonowell/js-shim/issues"
},
"dependencies": {
"coffee-ahk": "^0.0.35",
"fire-keeper": "^0.0.188",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
},
"description": "",
"devDependencies": {
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"eslint": "^7.21.0"
},
"homepage": "https://github.com/phonowell/js-shim",
"keywords": [
"ahk",
"auto hotkey",
"coffee-ahk",
"js",
"js-shim",
"shim"
],
"license": "MIT",
"main": "dist/index.ahk",
"name": "js-shim.ahk",
"repository": {
"type": "git",
"url": "https://github.com/phonowell/js-shim.git"
},
"scripts": {
"alice": "ts-node task/alice",
"build": "npm run alice build"
},
"url": "https://github.com/phonowell/js-shim",
"version": "0.0.5"
}