-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 878 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "proposal-string-replace-from-last",
"description": "Proposal for .replaceLast() method on string.",
"version": "0.0.1",
"author": {
"name": "Kazi Tajnur Islam",
"email": "tajnur007@gmail.com"
},
"scripts": {
"start": "npm run build-loose -- --watch",
"build": "npm run build-loose -- --strict",
"build-loose": "node -e 'fs.mkdirSync(\"build\", { recursive: true })' && ecmarkup --load-biblio @tc39/ecma262-biblio --verbose spec.emu build/index.html --lint-spec"
},
"homepage": "https://github.com/tajnur007/proposal-string-replace-from-last#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/tajnur007/proposal-string-replace-from-last.git"
},
"license": "MIT",
"devDependencies": {
"@tc39/ecma262-biblio": "2.1.2822",
"ecmarkup": "^20.0.0"
},
"engines": {
"node": ">= 18"
}
}