bananass 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # npm-bananass
2
+
3
+ Baekjoon Framework for JavaScript. 자바스크립트를 위한 백준 프레임워크.🍌🫏
4
+
5
+ > [!IMPORTANT]
6
+ >
7
+ > 🍌🫏
8
+ >
9
+ > ```javascript
10
+ > console.log(('b' + 'a' + +'a' + 'a').toLowerCase() + (!(1/0) + [])[3].repeat(2));
11
+ > ```
@@ -0,0 +1,7 @@
1
+ {
2
+ "folders": [
3
+ {
4
+ "path": ".",
5
+ },
6
+ ],
7
+ }
package/index.js ADDED
@@ -0,0 +1 @@
1
+ // placeholder
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "bananass",
3
+ "version": "0.0.0",
4
+ "description": "Baekjoon Framework for JavaScript. 자바스크립트를 위한 백준 프레임워크.🍌🫏",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [],
10
+ "author": "",
11
+ "license": "MIT"
12
+ }