feat: Add Be and tbd skill, also added Roadmap file

This commit is contained in:
2026-05-10 16:32:12 -04:00
parent 3500ade13f
commit 0bb8885802
29587 changed files with 10611695 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"name": "native-promise-only",
"version": "0.8.1",
"description": "Native Promise Only: A polyfill for native ES6 Promises **only**, nothing else.",
"main": "./lib/npo.src.js",
"scripts": {
"test": "promises-aplus-tests test_adapter.js",
"build": "./build.js"
},
"devDependencies": {
"promises-aplus-tests": "latest",
"uglify-js": "~2.4.8"
},
"repository": {
"type": "git",
"url": "git://github.com/getify/native-promise-only.git"
},
"keywords": [
"ES6",
"Promise",
"async",
"promises-aplus"
],
"bugs": {
"url": "https://github.com/getify/native-promise-only/issues",
"email": "getify@gmail.com"
},
"homepage": "http://github.com/getify/native-promise-only",
"author": "Kyle Simpson <getify@gmail.com>",
"license": "MIT"
}