- Create push script for NPM project management - Add .npmignore to exclude unnecessary files from package - Set up .npmrc for registry configuration - Write README.md with usage instructions and features - Initialize package.json and package-lock.json for project metadata - Implement crackNut function in src/index.ts - Create test.ts to demonstrate crackNut functionality - Configure TypeScript with tsconfig.json
14 lines
213 B
JSON
14 lines
213 B
JSON
{
|
|
"name": "testosmaximus",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "testosmaximus",
|
|
"version": "1.0.0",
|
|
"license": "ISC"
|
|
}
|
|
}
|
|
}
|