Browse Source

added typescript and node

develop
ray-1337 2 years ago
parent
commit
e4c9a861dc
No known key found for this signature in database GPG Key ID: DED41DCC150FCD32
  1. 10
      package.json

10
package.json

@ -6,7 +6,10 @@
"typings": "./index.d.ts",
"main": "./index.js",
"files": [
"src/**/*", "index.js", "index.d.ts", "package.json"
"src/**/*",
"index.js",
"index.d.ts",
"package.json"
],
"exports": {
".": [
@ -49,6 +52,9 @@
"cli"
],
"devDependencies": {
"ava": "^4.2.0"
"@types/node": "^20.2.5",
"ava": "^4.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
}
}

Loading…
Cancel
Save