初始化
Showing
.gitignore
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "shape-bypass", | ||
| "version": "1.0.0", | ||
| "description": "", | ||
| "main": "ast.js", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "author": "", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "fingerprint-generator": "^2.1.37" | ||
| } | ||
| } |
Please register or sign in to comment